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