Class Ifc4x2::IfcCurveSegment2D¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcBoundedCurve
(Class Ifc4x2::IfcBoundedCurve)
Derived Types¶
public Ifc4x2::IfcCircularArcSegment2D
(Class Ifc4x2::IfcCircularArcSegment2D)public Ifc4x2::IfcLineSegment2D
(Class Ifc4x2::IfcLineSegment2D)public Ifc4x2::IfcTransitionCurveSegment2D
(Class Ifc4x2::IfcTransitionCurveSegment2D)
Class Documentation¶
-
class
Ifc4x2
::
IfcCurveSegment2D
: public Ifc4x2::IfcBoundedCurve¶ Subclassed by Ifc4x2::IfcCircularArcSegment2D, Ifc4x2::IfcLineSegment2D, Ifc4x2::IfcTransitionCurveSegment2D
Public Types
-
typedef IfcTemplatedEntityList<IfcCurveSegment2D>
list
¶
Public Functions
-
::Ifc4x2::IfcCartesianPoint *
StartPoint
() const¶
-
void
setStartPoint
(::Ifc4x2::IfcCartesianPoint *v)¶
-
double
StartDirection
() const¶
-
void
setStartDirection
(double v)¶
-
double
SegmentLength
() const¶
-
void
setSegmentLength
(double v)¶
-
IfcCurveSegment2D
(IfcEntityInstanceData *e)¶
-
IfcCurveSegment2D
(::Ifc4x2::IfcCartesianPoint *v1_StartPoint, double v2_StartDirection, double v3_SegmentLength)¶
-
typedef IfcTemplatedEntityList<IfcCurveSegment2D>