OCCNurbsCurve.from_arc
- classmethod OCCNurbsCurve.from_arc(arc, degree, pointcount=None)
- Construct a NURBS curve from an arc. - Parameters:
- arcArc
- The arc geometry. 
- degreeint
- The degree of the resulting NURBS curve. 
- pointcountint, optional
- The number of control points in the resulting NURBS curve. 
 
- arc
- Returns: