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

IfcDistributionElement() public method

public IfcDistributionElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
return System
		public IfcDistributionElement(IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation) : base(host, placement, representation) { }
		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 p, IfcProductRepresentation r, IfcDistributionSystem system ) : System