GeometryGym.Ifc.IfcElement.constructElement C# (CSharp) Méthode

constructElement() static private méthode

static private constructElement ( string className, IfcObjectDefinition container, IfcObjectPlacement pl, IfcProductRepresentation r ) : IfcElement
className string
container IfcObjectDefinition
pl IfcObjectPlacement
r IfcProductRepresentation
Résultat IfcElement
		internal static IfcElement constructElement(string className, IfcObjectDefinition container, IfcObjectPlacement pl, IfcProductRepresentation r) { return constructElement(className, container, pl, r, null); }
		internal static IfcElement constructElement(string className, IfcObjectDefinition host, IfcObjectPlacement pl, IfcProductRepresentation r, IfcDistributionSystem system)

Same methods

IfcElement::constructElement ( string className, IfcObjectDefinition host, IfcObjectPlacement pl, IfcProductRepresentation r, IfcDistributionSystem system ) : IfcElement