GeometryGym.Ifc.IfcElement.constructElement C# (CSharp) Метод

constructElement() статический приватный Метод

static private constructElement ( string className, IfcObjectDefinition container, IfcObjectPlacement pl, IfcProductRepresentation r ) : IfcElement
className string
container IfcObjectDefinition
pl IfcObjectPlacement
r IfcProductRepresentation
Результат 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