Class Ifc4x3_rc1::IfcSectionedSurface¶
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::IfcSurface
(Class Ifc4x3_rc1::IfcSurface)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcSectionedSurface
: public Ifc4x3_rc1::IfcSurface¶ Public Types
-
typedef IfcTemplatedEntityList<IfcSectionedSurface>
list
¶
Public Functions
-
::Ifc4x3_rc1::IfcCurve *
Directrix
() const¶
-
void
setDirectrix
(::Ifc4x3_rc1::IfcCurve *v)¶
-
IfcTemplatedEntityList<::Ifc4x3_rc1::IfcDistanceExpression>::ptr
CrossSectionPositions
() const¶
-
void
setCrossSectionPositions
(IfcTemplatedEntityList<::Ifc4x3_rc1::IfcDistanceExpression>::ptr v)¶
-
IfcTemplatedEntityList<::Ifc4x3_rc1::IfcProfileDef>::ptr
CrossSections
() const¶
-
void
setCrossSections
(IfcTemplatedEntityList<::Ifc4x3_rc1::IfcProfileDef>::ptr v)¶
-
bool
FixedAxisVertical
() const¶
-
void
setFixedAxisVertical
(bool v)¶
-
IfcSectionedSurface
(IfcEntityInstanceData *e)¶
-
IfcSectionedSurface
(::Ifc4x3_rc1::IfcCurve *v1_Directrix, IfcTemplatedEntityList<::Ifc4x3_rc1::IfcDistanceExpression>::ptr v2_CrossSectionPositions, IfcTemplatedEntityList<::Ifc4x3_rc1::IfcProfileDef>::ptr v3_CrossSections, bool v4_FixedAxisVertical)¶
-
typedef IfcTemplatedEntityList<IfcSectionedSurface>