GeometryGym.Ifc.IfcExternalSpatialStructureElement.IfcExternalSpatialStructureElement C# (CSharp) Méthode

IfcExternalSpatialStructureElement() protected méthode

protected IfcExternalSpatialStructureElement ( DatabaseIfc db, IfcExternalSpatialStructureElement e, bool downStream ) : System
db DatabaseIfc
e IfcExternalSpatialStructureElement
downStream bool
Résultat System
		protected IfcExternalSpatialStructureElement(DatabaseIfc db, IfcExternalSpatialStructureElement e, bool downStream) : base(db, e, downStream) { }
		protected static void parseFields(IfcExternalSpatialStructureElement s, List<string> arrFields, ref int ipos) { IfcSpatialElement.parseFields(s, arrFields, ref ipos); }

Same methods

IfcExternalSpatialStructureElement::IfcExternalSpatialStructureElement ( ) : System
IfcExternalSpatialStructureElement::IfcExternalSpatialStructureElement ( IfcObjectPlacement pl ) : System
IfcExternalSpatialStructureElement::IfcExternalSpatialStructureElement ( IfcSite host, string name ) : System
IfcExternalSpatialStructureElement