VisualAnalysisModeDrawMesh Method |
Draws a mesh.
The default implementation does nothing.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also