Description:
Draws one mesh. Override this method to add your custom behavior. The default implementation does nothing.
Syntax:
protected
virtual
Parameters:
- mesh
- Type: Rhino.DocObjects.MeshObject
- A mesh object.
- pipeline
- Type: DisplayPipeline
- The current display pipeline.
Returns:
Type: Void