OCCNurbsCurve.locus
- OCCNurbsCurve.locus(resolution=100)
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.