extent or perimeter of pointcloud

Feel free to ask any question here
Post Reply
barney2074
Posts: 5
Joined: Wed Nov 13, 2019 1:52 am

extent or perimeter of pointcloud

Post by barney2074 »

Hello,

I need to generate an approximate extent in plan of a number of pointclouds.
The method works outlined below, but is quite laborious and slow.

I was wondering if anyone had a quicker method ?

>create a new constant SF and set to zero
>set this SF as the z coordinate (flattens all points)
>resample
>create a polyline section at z=0
>export as a dxf


thanks

Andrew
daniel
Site Admin
Posts: 7713
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: extent or perimeter of pointcloud

Post by daniel »

Can you try instead the 'Tools > Fit > Facet' method?

To build a 'facet', CC will try to extract the concave 'contour' which is a polyline and can be exported directly to DXF (the facet is actually a composition of several entities).

Maybe you'll need to flatten the point cloud first (depending on how the resulting facet orientation). This can be done more quickly with the 'Edit > Multiply / Scale' (set the Z scale to 0).
Daniel, CloudCompare admin
barney2074
Posts: 5
Joined: Wed Nov 13, 2019 1:52 am

Re: extent or perimeter of pointcloud

Post by barney2074 »

thanks Daniel, that is certainly much quicker


Andrew
20191128 pointcloud perimeter.PNG
20191128 pointcloud perimeter.PNG (246.38 KiB) Viewed 1668 times
Post Reply