CustomObjectGrips.OnResetMeshes Method

CustomObjectGripsOnResetMeshes Method

Just before Rhino turns off object grips, it calls this function. If grips have modified any display meshes, they must override this function and restore the meshes to their original states.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnResetMeshes()
Protected Overridable Sub OnResetMeshes
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also