Class Ifc4x3_rc1::IfcCircularArcSegment2D¶
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::IfcCurveSegment2D
(Class Ifc4x3_rc1::IfcCurveSegment2D)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcCircularArcSegment2D
: public Ifc4x3_rc1::IfcCurveSegment2D¶ Public Types
-
typedef IfcTemplatedEntityList<IfcCircularArcSegment2D>
list
¶
Public Functions
-
double
Radius
() const¶
-
void
setRadius
(double v)¶
-
bool
IsCCW
() const¶
-
void
setIsCCW
(bool v)¶
-
IfcCircularArcSegment2D
(IfcEntityInstanceData *e)¶
-
IfcCircularArcSegment2D
(::Ifc4x3_rc1::IfcCartesianPoint *v1_StartPoint, double v2_StartDirection, double v3_SegmentLength, double v4_Radius, bool v5_IsCCW)¶
-
typedef IfcTemplatedEntityList<IfcCircularArcSegment2D>