Page 1 of 1

Export Box center and dimensions of Slices

Posted: Tue Jul 30, 2019 9:02 am
by SONA
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

Image

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!!

Re: Exprt Box center and dimensions of Slices

Posted: Wed Jul 31, 2019 7:09 am
by daniel
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).

Re: Exprt Box center and dimensions of Slices

Posted: Thu Aug 01, 2019 8:55 am
by SONA
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.

Re: Export Box center and dimensions of Slices

Posted: Fri Aug 02, 2019 8:35 am
by daniel
See https://github.com/CloudCompare/CloudCo ... r/BUILD.md

See the 'MainWindow::doActionExportCloudInfo' method (in mainwindow.cpp)

Re: Export Box center and dimensions of Slices

Posted: Fri Aug 02, 2019 8:41 am
by SONA
Hi Daniel

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!

Re: Export Box center and dimensions of Slices

Posted: Sat Aug 03, 2019 7:30 am
by daniel
Yes exactly!