Page 1 of 1

Batch Cropping

Posted: Tue Feb 06, 2024 8:16 pm
by UNCCStudent
Hello,

New user here. I have a single large ply file that I would like to crop into around 100 smaller ply files and save each of them.

Is there a way to define a "grid" pattern and crop the initial ply file into multiple smaller ones based on this grid?

I've figured out the basic operation of the segment tool, but don't see anything tools like this.

Thank you!

Re: Batch Cropping

Posted: Tue Feb 06, 2024 9:55 pm
by daniel
Well, there's the 'Cross section' tool with its 'repeat' mode that can help with that. See https://www.cloudcompare.org/doc/wiki/i ... r_contours

And you can do this with the command line mode as it will allow you to save automatically all the parts as E57 files (see the '-CROSS_SECTION' option, along with '-C_EXPORT_FMT E57' - https://www.cloudcompare.org/doc/wiki/i ... _line_mode)

Re: Batch Cropping

Posted: Sat Feb 10, 2024 10:47 am
by daniel
Make sure to use the latest 2.13 beta version (10th of Feb) as there was a big bug with the E57 file export introduced on the 27th of January.

Re: Batch Cropping

Posted: Tue Feb 20, 2024 9:21 pm
by UNCCStudent
Running through the command line worked for me. Thank you for the help Daniel!