API Reference > OdGe Classes > OdGePointOnCurve2d Class
OdGePointOnCurve2d Class
OdGePointOnCurve2dOdGePointOnCurve2dOdGePointOnCurve2d
Syntax
C++
class OdGePointOnCurve2d : public OdGePointEnt2d;

GePointOnCurve2d.h

This class represents points along 2D curves.

The point representation includes its parameter value, its coordinates, and the the derivatives of the curve at that point. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
This is the overview for the OdGePointOnCurve2d constructor overload. 
 
Name 
Description 
 
This is the overview for the curvature method overload. 
 
Returns a pointer to a constant curve on which the point lies. 
 
This is the overview for the deriv method overload. 
 
Returns true if and only if the first derivative vector has a length of zero.
 
 
Returns the parameter value of this point on the curve. 
 
This is the overview for the point method overload. 
 
Sets the current curve on which this point lies.
 
 
Sets the current parameter.
 
 
Name 
Description 
 
= 
Assignment operator for the OdGePointOnCurve2d object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.