NurbsCurve.locus

NurbsCurve.locus(resolution=100)[source]

Compute the locus of points on the curve.

Parameters

resolution (int) – The number of intervals at which a point on the curve should be computed.

Returns

list[Point] – Points along the curve.