GeometryGym.Ifc.IfcBuildingElement.IfcBuildingElement C# (CSharp) 메소드

IfcBuildingElement() 보호된 메소드

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
리턴 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