evaluate method
evaluate(self, steps)
Evaluate the NURBS curve
Returns
Points in the curve
def evaluate(self, steps):
...
| Parameter | Type | Description |
|---|---|---|
| steps | int | The evaluation frequency between two neighbor knots, default value is 20 |
See Also
- module
aspose.threed.entities - class
NurbsCurve