Class Ifc4x2::IfcTransitionCurveSegment2D¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcCurveSegment2D(Class Ifc4x2::IfcCurveSegment2D)
Class Documentation¶
-
class
Ifc4x2::IfcTransitionCurveSegment2D: public Ifc4x2::IfcCurveSegment2D¶ Public Types
-
typedef IfcTemplatedEntityList<IfcTransitionCurveSegment2D>
list¶
Public Functions
-
bool
hasStartRadius() const¶ Whether the optional attribute StartRadius is defined for this IfcTransitionCurveSegment2D.
-
double
StartRadius() const¶
-
void
setStartRadius(double v)¶
-
bool
hasEndRadius() const¶ Whether the optional attribute EndRadius is defined for this IfcTransitionCurveSegment2D.
-
double
EndRadius() const¶
-
void
setEndRadius(double v)¶
-
bool
IsStartRadiusCCW() const¶
-
void
setIsStartRadiusCCW(bool v)¶
-
bool
IsEndRadiusCCW() const¶
-
void
setIsEndRadiusCCW(bool v)¶
-
::Ifc4x2::IfcTransitionCurveType::Value
TransitionCurveType() const¶
-
void
setTransitionCurveType(::Ifc4x2::IfcTransitionCurveType::Value v)¶
-
IfcTransitionCurveSegment2D(IfcEntityInstanceData *e)¶
-
IfcTransitionCurveSegment2D(::Ifc4x2::IfcCartesianPoint *v1_StartPoint, double v2_StartDirection, double v3_SegmentLength, boost::optional<double> v4_StartRadius, boost::optional<double> v5_EndRadius, bool v6_IsStartRadiusCCW, bool v7_IsEndRadiusCCW, ::Ifc4x2::IfcTransitionCurveType::Value v8_TransitionCurveType)¶
-
typedef IfcTemplatedEntityList<IfcTransitionCurveSegment2D>