2006-08-22 03:06 AM
2006-08-31 09:09 PM
2006-08-31 11:05 PM
2006-08-31 11:15 PM
IF ut = "Engineering" THEN sc_e_1 = STRSTR(drawingScale, `1'-0"`) sc_e_2 = STRSTR(drawingScale, `2'-0"`) sc_e_3 = STRSTR(drawingScale, `5'-0"`) sc_e_4 = STRSTR(drawingScale, `10'-0"`) sc_e_5 = STRSTR(drawingScale, `20'-0"`) sc_e_6 = STRSTR(drawingScale, `30'-0"`) sc_e_7 = STRSTR(drawingScale, `40'-0"`) sc_e_8 = STRSTR(drawingScale, `50'-0"`) sc_e_9 = STRSTR(drawingScale, `60'-0"`) sc_e_10 = STRSTR(drawingScale, `80'-0"`) sc_e_11 = STRSTR(drawingScale, `100'-0"`) sc_e_12 = STRSTR(drawingScale, `160'-0"`) sc_e_13 = STRSTR(drawingScale, `200'-0"`) sc_e_14 = STRSTR(drawingScale, `500'-0"`) sc_e_15 = STRSTR(drawingScale, `1000'-0"`) sc_e_16 = STRSTR(drawingScale, `1250'-0"`) sc_e_17 = STRSTR(drawingScale, `2500'-0"`) sc_e_18 = STRSTR(drawingScale, `5000'-0"`) ENDIF
IF ut = "Engineering" THEN sc_e_1 = STRSTR(drawingScale, `1'`) sc_e_2 = STRSTR(drawingScale, `2'`) sc_e_3 = STRSTR(drawingScale, `5'`) sc_e_4 = STRSTR(drawingScale, `10'`) sc_e_5 = STRSTR(drawingScale, `20'`) sc_e_6 = STRSTR(drawingScale, `30'`) sc_e_7 = STRSTR(drawingScale, `40'`) sc_e_8 = STRSTR(drawingScale, `50'`) sc_e_9 = STRSTR(drawingScale, `60'`) sc_e_10 = STRSTR(drawingScale, `80'`) sc_e_11 = STRSTR(drawingScale, `100'`) sc_e_12 = STRSTR(drawingScale, `160'`) sc_e_13 = STRSTR(drawingScale, `200'`) sc_e_14 = STRSTR(drawingScale, `500'`) sc_e_15 = STRSTR(drawingScale, `1000'`) sc_e_16 = STRSTR(drawingScale, `1250'`) sc_e_17 = STRSTR(drawingScale, `2500'`) sc_e_18 = STRSTR(drawingScale, `5000'`) ENDIF
2006-09-03 05:40 PM
2007-03-14 04:51 AM
Haneef wrote:Me too. How can I find the 'NCS title object'?
Where do I find this 'NCS title object' in AC10int as I'm very keen to to use the linear scale on the drawing title (it was on one of my wishlists).
I currently only have basic, framing title, linear and stamp title available.
thanks
2007-03-14 09:57 AM
johncassel wrote:Here is the NCS title Object along with its macro.Haneef wrote:Me too. How can I find the 'NCS title object'?
Where do I find this 'NCS title object' in AC10int as I'm very keen to to use the linear scale on the drawing title (it was on one of my wishlists).
I currently only have basic, framing title, linear and stamp title available.
thanks
2007-03-15 12:38 PM