Parameters |
Description |
int degree |
[in] Degree of spline. |
const OdGeKnotVector& knots |
[in] Knot vector. |
const OdGePoint2dArray& controlPoints |
[in] Array of 2D control points. |
const OdGeDoubleArray& weights |
[in] Array of weights |
bool isPeriodic = false |
[in] True if and only if the spline is to be periodic (closed). |
Reference to this OdGeNurbCurve2d object.
Sets the parameters for this spline according to the arguments.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|