Parameters |
Description |
int degree |
[in] Degree. |
bool rational |
[in] Controls if this Spline entity is rational. |
bool closed |
[in] Controls if this Spline entity closed. |
bool periodic |
[in] Controls if this Spline entity is periodic. |
const OdGePoint3dArray& controlPoints |
[in] Array of WCS control points. |
const OdGeDoubleArray& knots |
[in] Knot vector. |
const OdGeDoubleArray& weights |
[in] Array of weights. |
double controlPtTol |
[in] Control point tolerance. |
double knotTol |
[in] Knot tolerance. |
Sets the NURBS data for this Spline entity.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|