CustomObjectGrips.OnUpdateMesh Method

CustomObjectGripsOnUpdateMesh Method

Just before Rhino shades an object with grips on, it calls this method to update the display meshes. Grips that modify surface or mesh objects must override this function and modify the display meshes here.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnUpdateMesh(
	MeshType meshType
)
Protected Overridable Sub OnUpdateMesh ( 
	meshType As MeshType
)

Parameters

meshType
Type: Rhino.GeometryMeshType
The mesh type being updated.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also