Class Ifc4x3_rc1::IfcCenterLineProfileDef¶
Defined in File Ifc4x3_rc1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x3_rc1.
Inheritance Relationships¶
Base Type¶
public Ifc4x3_rc1::IfcArbitraryOpenProfileDef
(Class Ifc4x3_rc1::IfcArbitraryOpenProfileDef)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcCenterLineProfileDef
: public Ifc4x3_rc1::IfcArbitraryOpenProfileDef¶ The profile IfcCenterLineProfileDef defines an arbitrary two-dimensional open, not self intersecting profile for the use within the swept solid geometry. It is given by an area defined by applying a constant thickness to a centerline, generating an area from which the solid can be constructed.
Among else, IfcCenterLineProfileDef is used to model cold-formed steel or aluminium sections (Sigma, Zeta, Omega, and similar sections which are not covered by subtypes of IfcParameterizedProfileDef). However, since IfcCenterLineProfileDef does not provide shape parameters except for the thickness, there is generally a need to further specify the profile definition by means of
the name, external reference to a document or library, profile properties,
or a combination of them. See IfcProfileDef for guidance on external references for profiles.
HISTORY New entity in IFC2x3.
Informal proposition:
The Curve has to be an open curve. The Curve has to be a non-intersecting curve.
Figure 311 illustrates the center line profile definition. The Curve is defined in the underlying coordinate system. The underlying coordinate system is defined by the swept surface that uses the profile definition. It is the xy plane of:
The Curve attribute defines a two dimensional open bounded curve. The Thickness attribute defines a constant thickness along the curve.
Figure 311 — Centerline profile
Public Types
-
typedef IfcTemplatedEntityList<IfcCenterLineProfileDef>
list
¶
Public Functions
-
double
Thickness
() const¶ Constant thickness applied along the center line.
-
void
setThickness
(double v)¶
-
IfcCenterLineProfileDef
(IfcEntityInstanceData *e)¶
-
IfcCenterLineProfileDef
(::Ifc4x3_rc1::IfcProfileTypeEnum::Value v1_ProfileType, boost::optional<std::string> v2_ProfileName, ::Ifc4x3_rc1::IfcBoundedCurve *v3_Curve, double v4_Thickness)¶
-
typedef IfcTemplatedEntityList<IfcCenterLineProfileDef>