Click or drag to resize

BezierSurfaceToNurbsSurface Method

Constructs a NURBS surface representation of this surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public NurbsSurface ToNurbsSurface()

Return Value

Type: NurbsSurface
NURBS representation of the surface on success, null on failure.
See Also