2017-09-20 02:21 PM
posx_m = symb_pos_x + glob_world_origo_offset_x posy_m = symb_pos_y + glob_world_origo_offset_y posx_mm = symb_pos_x + glob_world_origo_offset_x posy_mm = symb_pos_y + glob_world_origo_offset_y
2017-09-20 04:38 PM
2017-09-20 05:30 PM
Piotr wrote:Same error occurs as you're not supposed to use project dependent parameters in the Master or Parameters script. Can't see why as all it does is enable the object to receive the information from the project.
Parameters script?
Piotr
2017-09-20 07:53 PM
2017-09-21 10:58 AM
Piotr wrote:The issue is that the variables won't be defined if used in the 2D/3D script. It completely works in the Master script, I was just wondering if there was a way to get around the error that it get. Apparently not.
Read the GDL manual - there is section that some of the globals are nor allowed in master/parameters scripts.
They will work in 2d/3d script.
Best Regards,
Piotr
2017-09-21 12:36 PM