API Reference > OdDbPointCloud Classes > OdDbPointCloud Class > OdDbPointCloud Methods > OdDbPointCloud::removeClippingBoundary Method
OdDbPointCloud::removeClippingBoundary Method
Syntax
C++
bool removeClippingBoundary(int);
Parameters 
Description 
nInd 
[in] An index of the OdDbPointCloudClipping object in the clipping boundaries array to be removed. 

Returns true if the specified clipping boundary is successfully removed or false if the index is out of range.

Removes a clipping boundary at the specified position from the clipping boundaries array for this point cloud entity. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.