2013-03-20 12:53 PM - last edited on 2023-08-02 03:23 PM by Doreena Deng
2013-03-20 01:32 PM
2013-03-20 01:36 PM
2013-03-20 01:39 PM
2013-03-20 01:49 PM
2013-03-20 06:12 PM
Tomasz wrote:Sorry, that's all the information you can get from the API (as far as I'm aware). It is quite limiting, but reflects the way ArchiCAD works.
I have hard time getting a position of a camera with axonometric projection.
The 3x3 Transformation gives just info on direction and axonomtery in general.
Camera->GetViewPoint() works only for perspective. How can I figure out a center of a view?
2013-03-21 12:10 PM
2013-03-25 02:51 PM
2013-03-25 03:29 PM
ivanfi wrote:Bounding box gives me just horizontal and vertical size of a visible space. It doesn't give me the center, which should be 3D point. Get Bounds() returns two 2d points!
Calling GetBounds () on the axonometric camera tells you the bounding box of the region that should be displayed. The center of the view is the center of this bounding box.
2013-03-26 11:55 AM