Hi,
I whant to divide a point cloud in multiples cubes. So I used Cross section tool.
It works fine and my cloud is divided in multiple slices.
I can also export all of slices and it's good.
Now, I'd like to export all of my slices informations (Box center and Dimesions) in a txt file.
When I use Tools>Batch Export>Export Cloud info>my file does not contains Box Center and Dimensions
How can I do it?
Many thx!!
I found CC and the multiple tools of this open source solution. I use Recap and I can't do that with this expansive tool and I'll be happy to do this with an open source application!!
Export Box center and dimensions of Slices
Export Box center and dimensions of Slices
Last edited by SONA on Thu Aug 01, 2019 9:14 am, edited 1 time in total.
Re: Exprt Box center and dimensions of Slices
Hum, it may not be exported by the Batch export tool indeed. I fear the only solution would be to patch the code (not that hard, but you need a minimal set of development skills and re-compile CC).
Daniel, CloudCompare admin
Re: Exprt Box center and dimensions of Slices
Hi Daniel
Thx for your answer.
Ok, I think I can developp.
I use C# with visual studio to developp dll plugins for Revit.
How to manage the code and recompile the dll please?
Do you have a tutorial ?
Many thx.
Thx for your answer.
Ok, I think I can developp.
I use C# with visual studio to developp dll plugins for Revit.
How to manage the code and recompile the dll please?
Do you have a tutorial ?
Many thx.
Re: Export Box center and dimensions of Slices
See https://github.com/CloudCompare/CloudCo ... r/BUILD.md
See the 'MainWindow::doActionExportCloudInfo' method (in mainwindow.cpp)
See the 'MainWindow::doActionExportCloudInfo' method (in mainwindow.cpp)
Daniel, CloudCompare admin
Re: Export Box center and dimensions of Slices
Hi Daniel
Many thx!
I'll check it.
If i want to modify the mainwindow.cpp with VisualStudio, I must do all of this :
Nice hollydays!
Many thx!
I'll check it.
If i want to modify the mainwindow.cpp with VisualStudio, I must do all of this :
- Get soure code
Install Cmake
Install Qt
After this, I modify mainwindow.cpp and recompile it?
Nice hollydays!