C# Class GeometryGym.Ifc.IfcExternalSpatialStructureElement

Inheritance: IfcSpatialElement
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Protected Methods

Method Description
IfcExternalSpatialStructureElement ( ) : System
IfcExternalSpatialStructureElement ( DatabaseIfc db, IfcExternalSpatialStructureElement e, bool downStream ) : System
IfcExternalSpatialStructureElement ( IfcObjectPlacement pl ) : System
IfcExternalSpatialStructureElement ( IfcSite host, string name ) : System
parseFields ( IfcExternalSpatialStructureElement s, List arrFields, int &ipos ) : void

Method Details

IfcExternalSpatialStructureElement() protected method

protected IfcExternalSpatialStructureElement ( ) : System
return System

IfcExternalSpatialStructureElement() protected method

protected IfcExternalSpatialStructureElement ( DatabaseIfc db, IfcExternalSpatialStructureElement e, bool downStream ) : System
db DatabaseIfc
e IfcExternalSpatialStructureElement
downStream bool
return System

IfcExternalSpatialStructureElement() protected method

protected IfcExternalSpatialStructureElement ( IfcObjectPlacement pl ) : System
pl IfcObjectPlacement
return System

IfcExternalSpatialStructureElement() protected method

protected IfcExternalSpatialStructureElement ( IfcSite host, string name ) : System
host IfcSite
name string
return System

parseFields() protected static method

protected static parseFields ( IfcExternalSpatialStructureElement s, List arrFields, int &ipos ) : void
s IfcExternalSpatialStructureElement
arrFields List
ipos int
return void