Class Ifc2x3::IfcAsymmetricIShapeProfileDef¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcIShapeProfileDef
(Class Ifc2x3::IfcIShapeProfileDef)
Class Documentation¶
-
class
Ifc2x3
::
IfcAsymmetricIShapeProfileDef
: public Ifc2x3::IfcIShapeProfileDef¶ IfcAsymmetricIShapeProfileDef defines a section profile that provides the defining parameters of a singly symmetric I-shaped section. Its parameters and orientation relative to the position coordinate system are according to the following illustration. The centre of the position coordinate system is in the profile’s centre of the bounding box.
The inherited attributes are redefined as:
OverallWidth BottomFlangeWidth FlangeThickness BottomFlangeThickness FilletRadius BottomFlangeFilletRadius
The overall width of the profile is implicitly given by the maximum of the bottom flange width and the top flange width.
IfcAsymmetricIShapeProfileDef can also be used to model rail profiles if the application scenario does not require a full explicit shape model of the rail profile. Alternatively, IfcArbitraryClosedProfileDef can be used to provide the exact shape of rail profiles. Either way, a reference to an external document or library should be provided to further define the profile as described at IfcProfileDef.
HISTORY New entity in Release IFC2x Edition 2.
IFC2x3 CHANGE All profile origins are now in the center of the bounding box. The attribute CentreOfGravityInY has been made OPTIONAL.
IFC2x4 CHANGE Bottom flange is not necessarily wider than top flange. TopFlangeThickness changed from OPTIONAL to mandatory. Type of TopFlangeFilletRadius relaxed to allow for zero radius. Trailing attribute CentreOfGravityInY deleted, use respective property in IfcExtendedProfileProperties instead.
Figure 310 illustrates parameters of the asymmetric I-shaped section definition. The parameterized profile defines its own position coordinate system. The underlying coordinate system is defined by the swept area solid that uses the profile definition. It is the xy plane of:
By using offsets of the position location, the parameterized profile can be positioned centric (using x,y offsets = 0.), or at any position relative to the profile. The parameterized profile is defined by a set of parameter attributes. In the illustrated example, the ‘CentreOfGravityInY’ property in IfcExtendedProfileProperties, if provided, is negative.
Figure 310 — Assymetric I-shape profile
Public Types
-
typedef IfcTemplatedEntityList<IfcAsymmetricIShapeProfileDef>
list
¶
Public Functions
-
double
TopFlangeWidth
() const¶ Extent of the top flange, defined parallel to the x axis of the position coordinate system.
-
void
setTopFlangeWidth
(double v)¶
-
bool
hasTopFlangeThickness
() const¶ Whether the optional attribute TopFlangeThickness is defined for this IfcAsymmetricIShapeProfileDef.
-
double
TopFlangeThickness
() const¶ Flange thickness of the top flange of the I-shape.
-
void
setTopFlangeThickness
(double v)¶
-
bool
hasTopFlangeFilletRadius
() const¶ Whether the optional attribute TopFlangeFilletRadius is defined for this IfcAsymmetricIShapeProfileDef.
-
double
TopFlangeFilletRadius
() const¶ The fillet between the web and the top flange of the I-shape.
-
void
setTopFlangeFilletRadius
(double v)¶
-
bool
hasCentreOfGravityInY
() const¶ Whether the optional attribute CentreOfGravityInY is defined for this IfcAsymmetricIShapeProfileDef.
-
double
CentreOfGravityInY
() const¶
-
void
setCentreOfGravityInY
(double v)¶
-
IfcAsymmetricIShapeProfileDef
(IfcEntityInstanceData *e)¶
-
IfcAsymmetricIShapeProfileDef
(::Ifc2x3::IfcProfileTypeEnum::Value v1_ProfileType, boost::optional<std::string> v2_ProfileName, ::Ifc2x3::IfcAxis2Placement2D *v3_Position, double v4_OverallWidth, double v5_OverallDepth, double v6_WebThickness, double v7_FlangeThickness, boost::optional<double> v8_FilletRadius, double v9_TopFlangeWidth, boost::optional<double> v10_TopFlangeThickness, boost::optional<double> v11_TopFlangeFilletRadius, boost::optional<double> v12_CentreOfGravityInY)¶
-
typedef IfcTemplatedEntityList<IfcAsymmetricIShapeProfileDef>