VisualAnalysisMode.DrawMesh Method

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
)
Protected Overridable Sub DrawMesh ( 
	obj As RhinoObject,
	mesh As Mesh,
	pipeline As DisplayPipeline
)

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