Page 1 of 1

Using CloudCompare with Visual Studio

Posted: Thu Sep 23, 2021 2:03 pm
by henki
Hi.
I find CloudCompare very usefull.
I am beginner.
I wonder if I can integrate Visual Studio with CloudCompare.
I normally use API's to communicate with Windows programs so that I do automation.

Is there a way to access CloudCompare from VS?
Is it the Command Line approach? In that case how does that work with VS?

Thanks,
Henrik

Re: Using CloudCompare with Visual Studio

Posted: Mon Sep 27, 2021 7:45 pm
by daniel
So yes, there's a command line mode: https://www.cloudcompare.org/doc/wiki/i ... _line_mode

Otherwise some parts of CloudCompare are accessible as C++ libraries (CC_CORE_LIB with most of the algorithms - LGPL license - and the the qCC_GL, qCC_IO and qCC_DB respectively for the display, file input/output and entities management - they are all under the GPL license).