how to get the projected area of object type?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-01-16
08:57 AM
- last edited on
2022-10-04
04:20 PM
by
Daniel Kassai
2020-01-16
08:57 AM
Hi.
I have some 3d objects from gsm file.
I can't get the wanted area by ACAPI_Element_GetSurfaceQuantities
and ACAPI_Element_GetQuantities function.
Is there any way to get the projected area on the floor plan?
The attachment is my demostration.
the floor plan:
the 3D:
I have some 3d objects from gsm file.
I can't get the wanted area by ACAPI_Element_GetSurfaceQuantities
and ACAPI_Element_GetQuantities function.
Is there any way to get the projected area on the floor plan?
The attachment is my demostration.
the floor plan:
the 3D:
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-02-10 09:48 AM
2020-02-10
09:48 AM
Hi,
No, that's not so simple, because the object may have its own. 2D symbol, which is not projected from 3D. The recommended solution is that the object itself calculates the area, and stores that in a parameter. You can find more information about that at https://gdl.graphisoft.com .
Best, Akos
No, that's not so simple, because the object may have its own. 2D symbol, which is not projected from 3D. The recommended solution is that the object itself calculates the area, and stores that in a parameter. You can find more information about that at https://gdl.graphisoft.com .
Best, Akos