RhinoNurbsCurve.locus
- RhinoNurbsCurve.locus(resolution=100)[source]
Compute the locus of the curve.
- Parameters
resolution (int) – The number of intervals at which a point on the curve should be computed. Defaults to 100.
- Returns
list – Points along the curve.