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