Click or drag to resize

ObjRefPointCloud Method

Gets the point cloud if the referenced geometry is one.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public PointCloud PointCloud()

Return Value

Type: PointCloud
A point cloud; or null if the referenced object is not a point cloud, or on error.
See Also