Click or drag to resize

VisualAnalysisModeUpdateVertexColors Method

If Style==falseColor, then this virtual function must be overridden. Rhino calls this function when it is time for to set the false colors on the analysis mesh vertices. For breps, there is one mesh per face. For mesh objects there is a single mesh.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void UpdateVertexColors(
	RhinoObject obj,
	Mesh[] meshes
)

Parameters

obj
Type: Rhino.DocObjectsRhinoObject
The object for which to update vertex colors.
meshes
Type: Rhino.GeometryMesh
An array of meshes that should be updated.
See Also