I am trying to fit plane by using command line. The info I am getting updates per minute. So in loop it overwrites the file.
I am getting 13 Bin files per minute with my dataset.
CropedAREA_CROPPED_BEST_FIT_PLANE_2024-05-21_12h32_20_779.bin
CropedAREA_CROPPED_BEST_FIT_PLANE_2024-05-21_12h32_25_798.bin
CropedAREA_CROPPED_BEST_FIT_PLANE_2024-05-21_12h32_30_705.bin
CropedAREA_CROPPED_BEST_FIT_PLANE_2024-05-21_12h32_36_009.bin
------
But Info files is only one per minute.
CropedAREA_CROPPED_BEST_FIT_PLANE_INFO_2024-05-21_12h32
CropedAREA_CROPPED_BEST_FIT_PLANE_INFO_2024-05-21_12h33
Another question , It saves automatically how can save these bin and info file by userdefined name. After fitting plane, I am doing other operations also. C2Mdist etc.
saving Info of fitted plane
Re: saving Info of fitted plane
So currently it's hardcoded and this behavior can't be changed by the user... What would be easy to do is to make the timestamp more detailed (with seconds or even microseconds).
And/or add an option to set the base output filename.
I'll add this to the TODO list.
And/or add an option to set the base output filename.
I'll add this to the TODO list.
Daniel, CloudCompare admin
Re: saving Info of fitted plane
At minimum, I've increased the timestamp resolution of the output files in this version: https://www.cloudcompare.org/release/Cl ... up_x64.exe
Daniel, CloudCompare admin