CustomObjectGrips.NurbsSurface Method

CustomObjectGripsNurbsSurface Method

If the grips control a NURBS surface, this returns a pointer to that surface. You can look at but you must NEVER change this surface.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual NurbsSurface NurbsSurface()
Protected Overridable Function NurbsSurface As NurbsSurface

Return Value

Type: NurbsSurface
A pointer to a NURBS surface or null.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also