OCCNurbsCurve.from_points
- classmethod OCCNurbsCurve.from_points(points, degree=3)
- Construct a NURBS curve from control points. - Parameters:
- pointslist[Point]
- The control points of the curve. 
- degreeint, optional
- The degree of the curve. 
 
- pointslist[
- Returns: