C# Class GeometryGym.Ifc.IfcDistributionFlowElement

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

Public Methods

Method Description
IfcDistributionFlowElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation, IfcDistributionSystem system ) : System

Protected Methods

Method Description
IfcDistributionFlowElement ( IfcDistributionFlowElement basis ) : System

Private Methods

Method Description
IfcDistributionFlowElement ( ) : System
IfcDistributionFlowElement ( DatabaseIfc db, IfcDistributionFlowElement e ) : System
Parse ( string strDef ) : IfcDistributionFlowElement
parseFields ( IfcDistributionFlowElement e, List arrFields, int &ipos ) : void

Method Details

IfcDistributionFlowElement() protected method

protected IfcDistributionFlowElement ( IfcDistributionFlowElement basis ) : System
basis IfcDistributionFlowElement
return System

IfcDistributionFlowElement() public method

public IfcDistributionFlowElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation, IfcDistributionSystem system ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
system IfcDistributionSystem
return System