C# Class GeometryGym.Ifc.IfcDistributionElement

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

Public Methods

Method Description
IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductRepresentation r, IfcDistributionSystem system ) : System

Protected Methods

Method Description
IfcDistributionElement ( DatabaseIfc db, IfcDistributionElement e ) : System
IfcDistributionElement ( IfcDistributionElement basis ) : System

Private Methods

Method Description
IfcDistributionElement ( ) : System
Parse ( string strDef ) : IfcDistributionElement
getSystem ( ) : IfcDistributionSystem
parseFields ( IfcDistributionElement e, List arrFields, int &ipos ) : void

Method Details

IfcDistributionElement() protected method

protected IfcDistributionElement ( DatabaseIfc db, IfcDistributionElement e ) : System
db DatabaseIfc
e IfcDistributionElement
return System

IfcDistributionElement() protected method

protected IfcDistributionElement ( IfcDistributionElement basis ) : System
basis IfcDistributionElement
return System

IfcDistributionElement() public method

public IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
return System

IfcDistributionElement() public method

public IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductRepresentation r, IfcDistributionSystem system ) : System
host IfcObjectDefinition
p IfcObjectPlacement
r IfcProductRepresentation
system IfcDistributionSystem
return System