License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2025-03-05 04:57 AM
In ArchiCAD 27,
how can I select elements in a 3D drawing of a building that fall within the range of z coordinates h1 to h2?
Also, how can I select elements that are part of the range?
Solved! Go to Solution.
2025-03-11 01:52 AM
Hi, I'd suggest you to try ACAPI_Element_CalcBounds() command to have the 3D bounding box of element, then check whether it falls into your range or not.
HTH.
2025-03-11 01:52 AM
Hi, I'd suggest you to try ACAPI_Element_CalcBounds() command to have the 3D bounding box of element, then check whether it falls into your range or not.
HTH.
2025-03-11 09:44 AM
Thank you.