Class Ifc2x3::IfcPointOnCurve¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcPoint
(Class Ifc2x3::IfcPoint)
Class Documentation¶
-
class
Ifc2x3
::
IfcPointOnCurve
: public Ifc2x3::IfcPoint¶ Definition from ISO/CD 10303-42:1992: A point on curve is a point which lies on a curve. The point is determined by evaluating the curve at a specific parameter value. The coordinate space dimensionality of the point is that of the basis curve.
NOTE: Corresponding STEP entity: point_on_curve. Please refer to ISO/IS 10303-42:1994, p. 23 for the final definition of the formal standard.
HISTORY: New entity in Release IFC2x Edition 2.
Informal Propositions:
The value of the point parameter shall not be outside the parametric range of the curve.
Public Types
-
typedef IfcTemplatedEntityList<IfcPointOnCurve>
list
¶
Public Functions
-
double
PointParameter
() const¶ The parameter value of the point location.
-
void
setPointParameter
(double v)¶
-
IfcPointOnCurve
(IfcEntityInstanceData *e)¶
-
typedef IfcTemplatedEntityList<IfcPointOnCurve>