Display Objects Elevation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2025-01-27 05:13 AM
I am working on a custom symbol to place in elevation/section that will add additional elevation information.
I've been having a hard time finding how to calculate the objects height relative to project origin and/or project survey. I was expecting something in global variable but I've tried everything but nothing seems to have an impact on the objects that I've placed in section/elevation. Is this actually even possible?
Thanks!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2025-01-27 11:03 AM - edited ā2025-01-27 11:04 AM
Hi @Alex C ,
I believe the SYMB_POS_X, SYMB_POS_Y and SYMB_POS_Z global variables will do the trick. They return the position of the specific object in 3D relatively to the project origin point (except for openings where they give it relative to the wall they are hosted on).
AC24 FRA 7600 - AC26 FRA 4027 | MacBook M1 Pro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2025-01-27 11:03 AM - edited ā2025-01-27 11:04 AM
Hi @Alex C ,
I believe the SYMB_POS_X, SYMB_POS_Y and SYMB_POS_Z global variables will do the trick. They return the position of the specific object in 3D relatively to the project origin point (except for openings where they give it relative to the wall they are hosted on).
AC24 FRA 7600 - AC26 FRA 4027 | MacBook M1 Pro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2025-01-27 04:54 PM
Ahh Ok, I had tried SYM_POS_Z. I forgot about the quirky orientation and that it should really be SYM_POS_Y.
It working like a charm now, thanks very much!