Click or drag to resize

NurbsSurfaceConvertSpanToBezier Method

Convert a NURBS surface bispan into a Bezier surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public BezierSurface ConvertSpanToBezier(
	int spanIndex0,
	int spanIndex1
)

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