C# Class GeometryGym.Ifc.IfcElementComponentType

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

Protected Methods

Method Description
IfcElementComponentType ( ) : System
IfcElementComponentType ( DatabaseIfc db ) : System
IfcElementComponentType ( DatabaseIfc db, IfcElementComponentType t ) : System
parseFields ( IfcElementComponentType t, List arrFields, int &ipos ) : void

Method Details

IfcElementComponentType() protected method

protected IfcElementComponentType ( ) : System
return System

IfcElementComponentType() protected method

protected IfcElementComponentType ( DatabaseIfc db ) : System
db DatabaseIfc
return System

IfcElementComponentType() protected method

protected IfcElementComponentType ( DatabaseIfc db, IfcElementComponentType t ) : System
db DatabaseIfc
t IfcElementComponentType
return System

parseFields() protected static method

protected static parseFields ( IfcElementComponentType t, List arrFields, int &ipos ) : void
t IfcElementComponentType
arrFields List
ipos int
return void