API Reference > OdGe Classes > OdGeSplineEnt3d Class
OdGeSplineEnt3d Class
OdGeSplineEnt3dOdGeSplineEnt3dOdGeSplineEnt3dOdGeSplineEnt3dOdGeSplineEnt3dOdGeSplineEnt3d
Syntax
C++
class OdGeSplineEnt3d : public OdGeCurve3d;

GeSplineEnt3d.h

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

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
This is continuityAtKnot, a member of class OdGeSplineEnt3d. 
 
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 evaluated by the end parameter. 
 
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 evaluated by the start parameter. 
 
Name 
Description 
 
= 
Assignment operator for the OdGeSplineEnt3d object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.