I am trying to create a label for a panel that reads the geometric coordinate of the panel. Using #POSU only gives me the U position of the panel based on its justification used when creating it (ie bott or top) I need the label to read the elevation of the panel and am having no luck. (ie t/panel 1 b/panel-0) any help much appreciated.
thank you for the reply, sadly it still reads the same elevation based on the U of the panel and not the actual elevation. in 1 case the middle of the panel in elevation view did not return any elevation and the script stayed on the label. I feel like I am just missing something that should be easily set?
Here is the last version that deals with SJUST CENT too....
#PML(IFTRUE(SJUST OF DDNAME EQ 'BOTT', ATTRIB UP OF DDNAME + ATTRIB LOHE OF DDNAME, IFTRUE(SJUST OF DDNAME EQ 'CENT', ATTRIB UP OF DDNAME + (0.5 * ATTRIB LOHE OF DDNAME), ATTRIB UP OF DDNAME)))
Please let me know if you think it doesn't work ok
:-)