M_Rhino_Geometry_Surface_ToNurbsSurface - mcneel/rhinocommon-api-docs GitHub Wiki
Gets a NURBS surface representation of this surface. Default tolerance of 0.0 is used.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public NurbsSurface ToNurbsSurface()
VB
Public Function ToNurbsSurface As NurbsSurface
Type: NurbsSurface
NurbsSurface on success, null on failure.
Supported in: 6.0.16224.21491, 5D58w
Surface Class
ToNurbsSurface Overload
Rhino.Geometry Namespace