Click or drag to resize

VisualAnalysisModeDrawBrepObject Method

Draws one brep. Override this method to add your custom behavior.

The default implementation does nothing.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void DrawBrepObject(
	BrepObject brep,
	DisplayPipeline pipeline
)

Parameters

brep
Type: Rhino.DocObjectsBrepObject
A brep object.
pipeline
Type: Rhino.DisplayDisplayPipeline
The current display pipeline.
See Also