Hi, I've searched without luck so I guess this functionality is missing.
I would need to extract the bounding yellow spline that is displayed in the 3d view, as shown in top view with ortographic, this is to segment this area from another cloud with less resolution
Extract point cloud bounding shape
Re: Extract point cloud bounding shape
Hum... not easy currently.
For now you can only read the bounding-box center and dimensions in the cloud properties... and then do the math to deduce were the corners are! (or use the 'Edit > Crop' tool directly, where you can input the center + dimensions).
For now you can only read the bounding-box center and dimensions in the cloud properties... and then do the math to deduce were the corners are! (or use the 'Edit > Crop' tool directly, where you can input the center + dimensions).
Daniel, CloudCompare admin
-
- Posts: 296
- Joined: Sat Jan 20, 2018 1:57 pm
Re: Extract point cloud bounding shape
Hello, thank you, yes looks like a good idea. I can draw the points in CAD and export back as shp. I remember in the past importing shp for triming clouds.
-
- Posts: 187
- Joined: Tue Mar 05, 2019 3:59 pm
Re: Extract point cloud bounding shape
Maybe a small function to convert bounding boxes to a box primitive, it would be easy to implement.
Combined with a modification to the clipping tool to set the dimensions to either a bounding bow or primitive box selected from the DB.
I might be willing to add that if it's essentially what your asking for.
Combined with a modification to the clipping tool to set the dimensions to either a bounding bow or primitive box selected from the DB.
I might be willing to add that if it's essentially what your asking for.
-
- Posts: 296
- Joined: Sat Jan 20, 2018 1:57 pm
Re: Extract point cloud bounding shape
Yep exactly that, the actually visible yellow bounding box converted to Spline , just the square/rectangle seen from above converted to a poliline I could use later on with the segment tool :D