Class Ifc4x2::IfcArbitraryOpenProfileDef¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcProfileDef
(Class Ifc4x2::IfcProfileDef)
Derived Type¶
public Ifc4x2::IfcCenterLineProfileDef
(Class Ifc4x2::IfcCenterLineProfileDef)
Class Documentation¶
-
class
Ifc4x2
::
IfcArbitraryOpenProfileDef
: public Ifc4x2::IfcProfileDef¶ The open profile IfcArbitraryOpenProfileDef defines an arbitrary two-dimensional open profile for the use within the swept surface geometry. It is given by an open boundary from with the surface can be constructed.
HISTORY New entity in IFC2x.
Informal proposition:
The Curve has to be an open curve.
Figure 308 illustrates the arbitrary open 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.
Figure 308 — Arbitrary open profile
Subclassed by Ifc4x2::IfcCenterLineProfileDef
Public Types
-
typedef IfcTemplatedEntityList<IfcArbitraryOpenProfileDef>
list
¶
Public Functions
-
::Ifc4x2::IfcBoundedCurve *
Curve
() const¶ Open bounded curve defining the profile.
-
void
setCurve
(::Ifc4x2::IfcBoundedCurve *v)¶
-
IfcArbitraryOpenProfileDef
(IfcEntityInstanceData *e)¶
-
IfcArbitraryOpenProfileDef
(::Ifc4x2::IfcProfileTypeEnum::Value v1_ProfileType, boost::optional<std::string> v2_ProfileName, ::Ifc4x2::IfcBoundedCurve *v3_Curve)¶
-
typedef IfcTemplatedEntityList<IfcArbitraryOpenProfileDef>