C++
const AcDbPointCloudCrop* getPointCloudCroppingConst( int index ) const;
Description
Returns a cropping boundary index for read only. Requires that the AcDbPointCloudEx be open for reading.
Parameters
Parameters | Description |
---|---|
index | The cropping boundary' index. |
Returns
Returns the cropping boudary at the given index. Returns NULL if index is out of range of (0 ~ cropping count).