NurbsCurve.locus

NurbsCurve.locus(resolution=100)[source]

Compute the locus of all points on 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.