CCVector3 C = bBox.getCenter();
I know this is the way to get the center, but I want to get the coordinates of the vertices, is there any way?
Get box coordinates
Re: Get box coordinates
Of the bounding-box? Once again, since it's a virtual object, you won't get them directly. But I guess you can deduce them from the bounding-box parameters (center, and dimensions).
Daniel, CloudCompare admin
Re: Get box coordinates
Thank you very much for your reply
Re: Get box coordinates
Did you find a solution for that ?
I’m looking for doing that measurement from a CLI bat with cloudcompare
I’m looking for doing that measurement from a CLI bat with cloudcompare