2017-01-06 01:52 PM
2017-01-10 02:06 AM
2017-01-10 11:21 AM
2017-01-10 02:02 PM
2017-01-11 12:45 PM
text2 0, 0, AC_DrawingScaleline in the 2D script.
2017-01-11 02:06 PM
2017-01-12 10:51 AM
text2 0, 0, "<DRAWINGSCALE>" ! Check if recognising AC_DrawingScale IF strstr(AC_DrawingScale, "1mm = 20mm") THEN text2 0, -0.1, "20" ENDIF IF strstr(AC_DrawingScale, "x") THEN text2 0, -0.1, "x" ENDIFAnd the object then outputs the correct Autotext scale, and then an 'x' (suggesting the AC_DrawingScale parameter isn't being affected by the project environment).
2017-01-12 11:12 AM
2017-01-13 02:33 PM
2017-01-13 03:39 PM
text2 0, 0, AC_DrawingScaleI've defined an 'AC_DrawingScale' parameter with a default value of 'x', and the object just outputs 'x', rather than looking at the drawing scale.
2017-01-13 04:42 PM