Click or drag to resize

VisualAnalysisModeDrawPointCloudObject Method

Draws one point cloud. 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 DrawPointCloudObject(
	PointCloudObject pointCloud,
	DisplayPipeline pipeline
)

Parameters

pointCloud
Type: Rhino.DocObjectsPointCloudObject
A point cloud object.
pipeline
Type: Rhino.DisplayDisplayPipeline
The current display pipeline.
See Also