Description:
Converts a span of the NURBS curve into a Bezier.
Syntax:
Parameters:
- spanIndex
- Type: int
- The span index, where (0 <= spanIndex <= Points.Count - Order).
Returns:
Type: BezierCurve
Bezier curve if successful, None otherwise.
Available since:
7.25