NurbsSurface.ConvertSpanToBezier Method

NurbsSurfaceConvertSpanToBezier Method

Convert a NURBS surface bispan into a bezier surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public BezierSurface ConvertSpanToBezier(
	int spanIndex0,
	int spanIndex1
)
Public Function ConvertSpanToBezier ( 
	spanIndex0 As Integer,
	spanIndex1 As Integer
) As BezierSurface

Parameters

spanIndex0
Type: SystemInt32
Specifies the "u" span
spanIndex1
Type: SystemInt32
Specifies the "v" span

Return Value

Type: BezierSurface
Bezier surface on success
See Also