API Reference > OdGe Classes > OdGePointOnCurve3d Class
OdGePointOnCurve3d Class
OdGePointOnCurve3dOdGePointOnCurve3dOdGePointOnCurve3d
Syntax
C++
class OdGePointOnCurve3d : public OdGePointEnt3d;

GePointOnCurve3d.h

This class represents points along 3D curves. 

Corresponding C++ library: TD_Ge 

 

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

 
Name 
Description 
 
This is the overview for the OdGePointOnCurve3d 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 on the curve corresponding to the point. 
 
This is the overview for the point method overload. 
 
Sets the current curve.
 
 
Sets the current parameter.
 
 
Name 
Description 
 
= 
Assignment operator for the OdGePointOnCurve3d object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.