Class Ifc4::IfcIndexedPolyCurve¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcBoundedCurve
(Class Ifc4::IfcBoundedCurve)
Class Documentation¶
-
class
Ifc4
::
IfcIndexedPolyCurve
: public Ifc4::IfcBoundedCurve¶ Public Types
-
typedef IfcTemplatedEntityList<IfcIndexedPolyCurve>
list
¶
Public Functions
-
::Ifc4::IfcCartesianPointList *
Points
() const¶
-
void
setPoints
(::Ifc4::IfcCartesianPointList *v)¶
-
bool
hasSegments
() const¶ Whether the optional attribute Segments is defined for this IfcIndexedPolyCurve.
-
IfcEntityList::ptr
Segments
() const¶
-
void
setSegments
(IfcEntityList::ptr v)¶
-
bool
hasSelfIntersect
() const¶ Whether the optional attribute SelfIntersect is defined for this IfcIndexedPolyCurve.
-
bool
SelfIntersect
() const¶
-
void
setSelfIntersect
(bool v)¶
-
IfcIndexedPolyCurve
(IfcEntityInstanceData *e)¶
-
IfcIndexedPolyCurve
(::Ifc4::IfcCartesianPointList *v1_Points, boost::optional<IfcEntityList::ptr> v2_Segments, boost::optional<bool> v3_SelfIntersect)¶
-
typedef IfcTemplatedEntityList<IfcIndexedPolyCurve>