OCCNurbsCurve.from_interpolation
- classmethod OCCNurbsCurve.from_interpolation(points, precision=0.001)
Construct a NURBS curve by interpolating a set of points.
- Parameters
points (list[
Point
]) – The control points of the curve.precision (float, optional) – The precision of the interpolation.
- Returns