Page 1 of 1

Point Cloud Slicing and ordering

Posted: Mon Oct 28, 2019 10:39 pm
by Jacky
Hi,
I want to slice my objects(ply file,vertex+normal+color) into several slices and get the points on each slice's contour. I have tried the cross-section function and exported those contour points(coordination + normal + color) to .ply file. The problem is the exported contour points of each slice are randomly listed without ordering. I want to get the clockwise listed points of these contour points in the exported file. Any Help? Thanks a lot!

Jacky

Re: Point Cloud Slicing and ordering

Posted: Wed Oct 30, 2019 5:39 am
by daniel
Then you should extract the contour polyline (either with the 'Section extraction' tool or the 'Cross section' tool). And then export the polylines to 'poly' files, which are actually similar to ASCII point clouds (you'll see each ordered vertex in plain text).

Re: Point Cloud Slicing and ordering

Posted: Wed Oct 30, 2019 12:35 pm
by Jacky
daniel wrote: Wed Oct 30, 2019 5:39 am Then you should extract the contour polyline (either with the 'Section extraction' tool or the 'Cross section' tool). And then export the polylines to 'poly' files, which are actually similar to ASCII point clouds (you'll see each ordered vertex in plain text).
Thank you for your advice!
I use the v2.11 version and the "contour extract "button is deactivated(I also tried v2.10.2, contour extract is also deactivated), only the "slice" button is ok. I do not know why I can not use the "extract contour" function.
Furthermore, the extracted ordered vertex contains only position coordination or can with normal and color of the vertex?

Thank you!
Best regards
Jacky

Re: Point Cloud Slicing and ordering

Posted: Wed Oct 30, 2019 8:40 pm
by daniel
Not sure about the deactivated buttons (in CC, you generally need to select some entities - here point clouds - to make them enabled).

And nope, indeed, poly files only contain 3D points...