GeometryGym.Ifc.IfcDistributionElement.IfcDistributionElement C# (CSharp) Method

IfcDistributionElement() public method

public IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductRepresentation r, IfcDistributionSystem system ) : System
host IfcObjectDefinition
p IfcObjectPlacement
r IfcProductRepresentation
system IfcDistributionSystem
return System
		public IfcDistributionElement(IfcObjectDefinition host, IfcObjectPlacement p, IfcProductRepresentation r, IfcDistributionSystem system) : this(host,p,r) { if (system != null) system.assign(this); }
		

Same methods

IfcDistributionElement::IfcDistributionElement ( ) : System
IfcDistributionElement::IfcDistributionElement ( DatabaseIfc db, IfcDistributionElement e ) : System
IfcDistributionElement::IfcDistributionElement ( IfcDistributionElement basis ) : System
IfcDistributionElement::IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System