Click or drag to resize

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()

Return Value

Type: NurbsSurface
A pointer to a NURBS surface or null.
See Also