Click or drag to resize

VisualAnalysisModeDrawMesh Method

Draws a mesh.

The default implementation does nothing.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void DrawMesh(
	RhinoObject obj,
	Mesh mesh,
	DisplayPipeline pipeline
)

Parameters

obj
Type: Rhino.DocObjectsRhinoObject
A Rhino object corresponding to the surface.
mesh
Type: Rhino.GeometryMesh
The mesh geometry.
pipeline
Type: Rhino.DisplayDisplayPipeline
The current display pipeline.
See Also