Class Ifc2x3::IfcRationalBezierCurve¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcBezierCurve
(Class Ifc2x3::IfcBezierCurve)
Class Documentation¶
-
class
Ifc2x3
::
IfcRationalBezierCurve
: public Ifc2x3::IfcBezierCurve¶ Public Types
-
typedef IfcTemplatedEntityList<IfcRationalBezierCurve>
list
¶
Public Functions
-
std::vector<double>
WeightsData
() const¶
-
void
setWeightsData
(std::vector<double> v)¶
-
IfcRationalBezierCurve
(IfcEntityInstanceData *e)¶
-
IfcRationalBezierCurve
(int v1_Degree, IfcTemplatedEntityList<::Ifc2x3::IfcCartesianPoint>::ptr v2_ControlPointsList, ::Ifc2x3::IfcBSplineCurveForm::Value v3_CurveForm, bool v4_ClosedCurve, bool v5_SelfIntersect, std::vector<double> v6_WeightsData)¶
-
typedef IfcTemplatedEntityList<IfcRationalBezierCurve>