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