C++
Acad::ErrorStatus setShowCropped( bool bShowCropped );
Description
Sets whether or not this entity should show the cropped point cloud.
Parameters
Parameters | Description |
---|---|
bShowCropped | If true, the point cloud's cropping region will be used to filter out displayed points. If false, all points will be displayed, regardless of any cropping regions. |
Returns
Returns Acad::eOk only.