2010-02-26 01:50 AM
2010-02-26 02:07 AM
2010-02-26 02:54 AM
2010-02-26 02:02 PM
MUL2 A,B ROT2 GLOB_NORTH_DIR-90 FRAGMENT2 1,1This should work.
2010-02-26 03:41 PM
2010-02-26 04:31 PM
2010-03-11 10:27 PM
if SYMB_MIRRORED = 0 then rot2 GLOB_NORTH_DIR -90 -SYMB_ROTANGLE if SYMB_MIRRORED = 1 then rot2 -GLOB_NORTH_DIR +90 +SYMB_ROTANGLE FRAGMENT2 1,1 del 1Regards, Juha
laszlonagy wrote:
MUL2 A,B ROT2 GLOB_NORTH_DIR-90 FRAGMENT2 1,1This should work.
Two remarks:
1. This does not take into consideration the Mirror checkbox in the Object Settings Dialog.
2. I think GS recommends using GLOB_NORTH_DIR as Global variable name, and not using these older names like U~.