NurbsCurveConvertSpanToBezier Method |
Converts a span of the NURBS curve into a Bezier.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.25
Syntax public BezierCurve ConvertSpanToBezier(
int spanIndex
)
Public Function ConvertSpanToBezier (
spanIndex As Integer
) As BezierCurve
Parameters
- spanIndex
- Type: SystemInt32
The span index, where (0 <= spanIndex <= Points.Count - Order).
Return Value
Type:
BezierCurveBezier curve if successful, null otherwise.
See Also