API Reference > OdGe Classes > OdGeSplineEnt2d Class
OdGeSplineEnt2d Class
OdGeSplineEnt2dOdGeSplineEnt2dOdGeSplineEnt2dOdGeSplineEnt2dOdGeSplineEnt2dOdGeSplineEnt2dOdGeSplineEnt2d
Syntax
C++
class OdGeSplineEnt2d : public OdGeCurve2d;

GeSplineEnt2d.h

This class represents various spline objects in 2D space. Currently not implemented. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
Returns the degree of the highest derivative that is defined at a specified knot.
 
 
Returns the specified control point in the control point array.
 
 
Returns the degree of the spline. 
 
Returns the parameter corresponding to the end point of this spline. 
 
Returns the end point of this spline. 
 
Returns true if and only if the spline is constructed using fit points. 
 
Returns true if and only if the spline is rational or a polynomial. 
 
Returns a knot value for the specified knot.
 
 
Returns the knot vector. 
 
Returns the number of points in the control point array. 
 
Returns the number of knots in the knot vector. 
 
Returns the order of the spline. 
 
Sets the specified control point in the control point array.
 
 
Sets the knot value for the specified knot.
 
 
Returns the parameter corresponding to the start point of this spline. 
 
Returns the start point of this spline. 
 
Name 
Description 
 
= 
Assignment operator for the OdGeSplineEnt2d object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.