Share

AcDbPointCloudEx::getPointCloudCropping Method

C++

AcDbPointCloudCrop* getPointCloudCropping(
    int index
);

Description

Returns a cropping boundary by index, for editing. Requires that the AcDbPointCloudEx be open for writing.

Parameters

Parameters Description
index The cropping boundary's index.

Returns

Returns the cropping boudary at the given index. Returns NULL if index is out of range of (0 ~ cropping count).

Links

AcDbPointCloudEx Class

Was this information helpful?