License Delivery maintenance is expected to occur on Saturday, November 30, between 8 AM and 11 AM CET. This may cause a short 3-hours outage in which license-related tasks: license key upload, download, update, SSA validation, access to the license pool and Graphisoft ID authentication may not function properly. We apologize for any inconvenience.
Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

how to get the height of a building?

Anonymous
Not applicable
Hi.
I want to get the height of a building that contains many elements.
Is there any method can solve it?
Thanks.
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Ralph Wessel
Mentor
I suppose it depends on how you define the building height - do you mean the difference between the base of the lowest element and the top of the highest element? If so, I think the only option might be to iterate through the model database to determine those bounding dimensions.
Ralph Wessel BArch
Software Engineer Speckle Systems

View solution in original post

1 REPLY 1
Solution
Ralph Wessel
Mentor
I suppose it depends on how you define the building height - do you mean the difference between the base of the lowest element and the top of the highest element? If so, I think the only option might be to iterate through the model database to determine those bounding dimensions.
Ralph Wessel BArch
Software Engineer Speckle Systems