API Reference > OdGe Classes > OdGeSplineEnt3d Class > OdGeSplineEnt3d Methods > OdGeSplineEnt3d::knots Method
OdGeSplineEnt3d::knots Method
Syntax
C++
const OdGeKnotVector& knots() const;

Returns the knot vector.

A knot vector defines a sequence of parameter values that determines how the shape of a spline entity is affected. The knot vector is a sequence of parameter values and divides the parametric space into intervals, usually called knot spans. Values of a knot vector are in an ascending order.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.