RhinoCommon API
NurbsSurfaceConvertSpanToBezier Method |
Convert a NURBS surface bispan into a bezier surface.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

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: BezierSurfaceBezier surface on success
