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

IfcBuildingElement() protected méthode

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

Same methods

IfcBuildingElement::IfcBuildingElement ( ) : System
IfcBuildingElement::IfcBuildingElement ( DatabaseIfc db ) : System
IfcBuildingElement::IfcBuildingElement ( DatabaseIfc db, IfcBuildingElement e ) : System
IfcBuildingElement::IfcBuildingElement ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductRepresentation r ) : System
IfcBuildingElement::IfcBuildingElement ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System
IfcBuildingElement