Click or drag to resize

SurfaceToNurbsSurface Method

Gets a NURBS surface representation of this surface. Default tolerance of 0.0 is used.

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

Return Value

Type: NurbsSurface
NurbsSurface on success, null on failure.
See Also