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
)
Protected Overridable Sub UpdateVertexColors (
obj As RhinoObject,
meshes As Mesh()
)
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