Page 1 of 1

Command line C2M distance

Posted: Fri Mar 10, 2017 9:17 am
by williamP
Hi Daniel,

I want to batch the command line Cloud-to-Mesh distance.

I wrote this script :
cd "C:\Program Files\CloudCompare"
CloudCompare.exe -O C:\Users\Desktop\def_01_03.pts -O C:\Users\Desktop\NullScan_TIN.obj -C_EXPORT_FMT ASC -EXT TXT -C2M_DIST

The problem is that CC displays an error message : "Only one point cloud available. Be sure to open or generate a second one before performing C2C distance."

So I don't understand why it speaks about C2C distance while I ask C2M distance...

Thanks you for your answer !

Re: Command line C2M distance

Posted: Fri Mar 10, 2017 2:52 pm
by daniel
Hum, that's bad indeed ;) It's probably a bug...

What version are you using?

Re: Command line C2M distance

Posted: Fri Mar 10, 2017 4:04 pm
by williamP
I use the version 2.9

Re: Command line C2M distance

Posted: Sat Mar 11, 2017 9:06 am
by daniel
Ok I updated the 2.9.beta version, this should be fixed now.

Thanks for the feedback!

Re: Command line C2M distance

Posted: Mon Mar 13, 2017 8:27 am
by williamP
Hi Daniel,

Your update works perfectly !
Thanks you :)