Can CloudCompare Be Integrated with Visual Studio for Automation?

For any remark, link or suggestion about CloudCompare and more genrally the 3D
Post Reply
riceadam
Posts: 1
Joined: Thu Feb 05, 2026 2:28 am

Can CloudCompare Be Integrated with Visual Studio for Automation?

Post by riceadam »

Hi,
I’ve recently started working with CloudCompare and find it to be a very powerful and helpful tool. Since I’m still a beginner, I’m trying to understand how it can be extended or automated.
I usually rely on APIs to interact with Windows applications and automate workflows. With that in mind, I’m wondering whether it’s possible to control or access CloudCompare from within Visual Studio.
Does CloudCompare provide an interface or API that can be used from Visual Studio, or is the recommended approach to use command-line execution? If the command line is the main option, how would that typically be set up and used in a Visual Studio project?
Thanks,
daniel
Site Admin
Posts: 8158
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Can CloudCompare Be Integrated with Visual Studio for Automation?

Post by daniel »

Hum, when you say Visual Studio, is it for C# or C++?

Because if it's C++, then you can link your project with the libraries that compose CloudCompare. And of course you can also open the full project and update/extend it (as long as you comply with the GPL library ;).

Otherwise, I don't see many other options: command line as you said, or the Python wrapper (CloudCompy).
Daniel, CloudCompare admin
Post Reply