how can I select elements in a 3D within the range of z coordinates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-03-11 09:44 AM
Thank you.