Page 1 of 1

extent or perimeter of pointcloud

Posted: Tue Nov 26, 2019 12:20 am
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

Re: extent or perimeter of pointcloud

Posted: Tue Nov 26, 2019 6:37 pm
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).

Re: extent or perimeter of pointcloud

Posted: Thu Nov 28, 2019 2:30 am
by barney2074
thanks Daniel, that is certainly much quicker


Andrew
20191128 pointcloud perimeter.PNG
20191128 pointcloud perimeter.PNG (246.38 KiB) Viewed 1672 times