Class Hierarchy
AcDbPointCloudCropStateManager
C++
class AcDbPointCloudCropStateManager;
File
AcDbPointCloudCropStateManager.h
Description
This class includes all the crop states functions for point cloud. From the class you can get the saved crop state names, save current crops, delete a crop state, rename a crop state and get the current active crop state. The crop state manager is per point cloud object, you can get its pointer from AcDbPointCloudEx::cropStatesManager() or AcDbPointCloudEx::cropStatesManagerConst().