Class Ifc4x2::IfcAlignment2DVerSegCircularArc¶
- Defined in File Ifc4x2.h 
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
- public Ifc4x2::IfcAlignment2DVerticalSegment(Class Ifc4x2::IfcAlignment2DVerticalSegment)
Class Documentation¶
- 
class Ifc4x2::IfcAlignment2DVerSegCircularArc: public Ifc4x2::IfcAlignment2DVerticalSegment¶
- Public Types - 
typedef IfcTemplatedEntityList<IfcAlignment2DVerSegCircularArc> list¶
 - Public Functions - 
double Radius() const¶
 - 
void setRadius(double v)¶
 - 
bool IsConvex() const¶
 - 
void setIsConvex(bool v)¶
 - 
IfcAlignment2DVerSegCircularArc(IfcEntityInstanceData *e)¶
 - 
IfcAlignment2DVerSegCircularArc(boost::optional<bool> v1_TangentialContinuity, boost::optional<std::string> v2_StartTag, boost::optional<std::string> v3_EndTag, double v4_StartDistAlong, double v5_HorizontalLength, double v6_StartHeight, double v7_StartGradient, double v8_Radius, bool v9_IsConvex)¶
 
- 
typedef IfcTemplatedEntityList<IfcAlignment2DVerSegCircularArc>