Export Box center and dimensions of Slices

Any question about the main GUI application (frontend)
Post Reply
SONA
Posts: 3
Joined: Wed Jul 24, 2019 2:21 pm

Export Box center and dimensions of Slices

Post 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!!
Last edited by SONA on Thu Aug 01, 2019 9:14 am, edited 1 time in total.
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Exprt Box center and dimensions of Slices

Post 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).
Daniel, CloudCompare admin
SONA
Posts: 3
Joined: Wed Jul 24, 2019 2:21 pm

Re: Exprt Box center and dimensions of Slices

Post 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.
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Export Box center and dimensions of Slices

Post by daniel »

See https://github.com/CloudCompare/CloudCo ... r/BUILD.md

See the 'MainWindow::doActionExportCloudInfo' method (in mainwindow.cpp)
Daniel, CloudCompare admin
SONA
Posts: 3
Joined: Wed Jul 24, 2019 2:21 pm

Re: Export Box center and dimensions of Slices

Post 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!
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Export Box center and dimensions of Slices

Post by daniel »

Yes exactly!
Daniel, CloudCompare admin
Post Reply