Parameters |
Description |
int degree |
[in] Degree of the curve. |
const OdGePolyline2d& fitPolyline |
[in] Input polyline fit points of which are interpolated by the curve. |
bool isPeriodic = false |
[in] true if and only if the curve is periodic (closed curve). |
Constructor for objects of the OdGeNurbCurve2d class.
High degree values make a curve more flexible. For example degree 1 is used to define a polyline, degree 2 is used to define a NURB circle, etc.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|