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()
Public Function PointCloud As PointCloud
Return Value
Type:
PointCloudA point cloud; or null if the referenced object is not a point cloud, or on error.
See Also