GeometryGym.Ifc.IfcBuiltElement.IfcBuiltElement C# (CSharp) Méthode

IfcBuiltElement() public méthode

public IfcBuiltElement ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, Tuple arcOrigin, double arcAngle ) : System
host IfcProduct
profile GeometryGym.Ifc.IfcMaterialProfileSetUsage
placement IfcAxis2Placement3D
arcOrigin Tuple
arcAngle double
Résultat System
		public IfcBuiltElement(IfcProduct host, IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, Tuple<double, double> arcOrigin, double arcAngle) : base(host, profile, placement,arcOrigin, arcAngle) { }
	}

Same methods

IfcBuiltElement::IfcBuiltElement ( ) : System
IfcBuiltElement::IfcBuiltElement ( DatabaseIfc db ) : System
IfcBuiltElement::IfcBuiltElement ( DatabaseIfc db, IfcBuiltElement e, DuplicateOptions options ) : System
IfcBuiltElement::IfcBuiltElement ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductDefinitionShape r ) : System
IfcBuiltElement::IfcBuiltElement ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System
IfcBuiltElement