GeometryGym.Ifc.IfcGeographicElement.IfcGeographicElement C# (CSharp) Method

IfcGeographicElement() private method

private IfcGeographicElement ( DatabaseIfc db, IfcGeographicElement e ) : System
db DatabaseIfc
e IfcGeographicElement
return System
        internal IfcGeographicElement(DatabaseIfc db, IfcGeographicElement e)
            : base(db, e,false)
        {
            mPredefinedType = e.mPredefinedType;
        }

Same methods

IfcGeographicElement::IfcGeographicElement ( ) : System
IfcGeographicElement::IfcGeographicElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System