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:
NurbsSurfaceA pointer to a NURBS surface or null.
See Also