|
qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
|
Cropping tool. More...
#include <ccCropTool.h>
Static Public Member Functions | |
| static ccHObject * | Crop (ccHObject *entity, const ccBBox &box, bool inside=true, const ccGLMatrix *meshRotation=nullptr) |
| Crops the input entity. More... | |
Cropping tool.
Handles clouds and meshes for now
|
static |
Crops the input entity.
| entity | entity to be cropped (should be a cloud or a mesh) |
| box | cropping box |
| inside | whether to keep the points/triangles inside or outside the input box |
| meshRotation | optional rotation (for meshes only) |