evaluate_at method
evaluate_at(self, u)
Evaluate the curve’s point at specified position
Returns
def evaluate_at(self, u):
...
| Parameter | Type | Description |
|---|---|---|
| u | float | The position in the curve, between 0 and 1 |
See Also
- module
aspose.threed.entities - class
NurbsCurve - class
Vector4