cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
GDL
About building parametric objects with GDL.
SOLVED!

Display Objects Elevation

Alex C
Contributor

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!

MAC OS Monterey AC27
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
MF BIM
Enthusiast

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).

https://mfbim.fr | https://youtube.com/@mfbim | My GDL course on Udemy, try it !
AC24 FRA 7600 - AC26 FRA 4027 | MacBook M1 Pro

View solution in original post

2 REPLIES 2
Solution
MF BIM
Enthusiast

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).

https://mfbim.fr | https://youtube.com/@mfbim | My GDL course on Udemy, try it !
AC24 FRA 7600 - AC26 FRA 4027 | MacBook M1 Pro

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!

MAC OS Monterey AC27