C# Class GeometryGym.Ifc.IfcFlowTerminalType

Inheritance: IfcDistributionFlowElementType
Exibir arquivo Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Protected Methods

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

Method Details

IfcFlowTerminalType() protected method

protected IfcFlowTerminalType ( ) : System
return System

IfcFlowTerminalType() protected method

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

IfcFlowTerminalType() protected method

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

IfcFlowTerminalType() protected method

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

parseFields() protected static method

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