C# Class GeometryGym.Ifc.IfcDistributionElement

Inheritance: IfcElement
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
IfcDistributionElement ( DatabaseIfc db, IfcDistributionElement e ) : System
IfcDistributionElement ( IfcDistributionElement basis ) : System

Private Methods

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

Method Details

IfcDistributionElement() protected méthode

protected IfcDistributionElement ( DatabaseIfc db, IfcDistributionElement e ) : System
db DatabaseIfc
e IfcDistributionElement
Résultat System

IfcDistributionElement() protected méthode

protected IfcDistributionElement ( IfcDistributionElement basis ) : System
basis IfcDistributionElement
Résultat System

IfcDistributionElement() public méthode

public IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
Résultat System

IfcDistributionElement() public méthode

public IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductRepresentation r, IfcDistributionSystem system ) : System
host IfcObjectDefinition
p IfcObjectPlacement
r IfcProductRepresentation
system IfcDistributionSystem
Résultat System