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)
Syntaxprotected virtual void DrawPointCloudObject(
PointCloudObject pointCloud,
DisplayPipeline pipeline
)
Protected Overridable Sub DrawPointCloudObject (
pointCloud As PointCloudObject,
pipeline As DisplayPipeline
)
Parameters
- pointCloud
- Type: Rhino.DocObjectsPointCloudObject
A point cloud object. - 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