C# Class GeometryGym.Ifc.IfcDistributionFlowElementType

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

Protected Methods

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

Method Details

IfcDistributionFlowElementType() protected method

protected IfcDistributionFlowElementType ( ) : System
return System

IfcDistributionFlowElementType() protected method

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

IfcDistributionFlowElementType() protected method

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

IfcDistributionFlowElementType() protected method

protected IfcDistributionFlowElementType ( IfcDistributionFlowElementType basis ) : System
basis IfcDistributionFlowElementType
return System

parseFields() protected static method

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