C# Class GeometryGym.Ifc.IfcElementComponent

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

Protected Methods

Method Description
IfcElementComponent ( ) : System
IfcElementComponent ( DatabaseIfc db, IfcElementComponent c ) : System
IfcElementComponent ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
parseFields ( IfcElementComponent c, List arrFields, int &ipos ) : void

Method Details

IfcElementComponent() protected method

protected IfcElementComponent ( ) : System
return System

IfcElementComponent() protected method

protected IfcElementComponent ( DatabaseIfc db, IfcElementComponent c ) : System
db DatabaseIfc
c IfcElementComponent
return System

IfcElementComponent() protected method

protected IfcElementComponent ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
return System

parseFields() protected static method

protected static parseFields ( IfcElementComponent c, List arrFields, int &ipos ) : void
c IfcElementComponent
arrFields List
ipos int
return void