C# Class GeometryGym.Ifc.IfcFlowSegmentType

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

Protected Methods

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

Method Details

IfcFlowSegmentType() protected method

protected IfcFlowSegmentType ( ) : System
return System

IfcFlowSegmentType() protected method

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

IfcFlowSegmentType() protected method

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

parseFields() protected static method

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