[ Home | Contents | Search | Next | Previous | Up ]
From: Sinclair Knight Merz
Product: Cats
Date: 25 Sep 2001
Time: 00:05:06
we have cats version 6 and are going to translate a number of autocad drawings to Microstation. In autocad plotting is controlled by color and we wish to convert color to weight in Microstation so plotting of the files is as close to identical as possible. i have used a rule
If color = 3 Then weight = 1 Endif
but CATS6 refuses to translate this rule giving an error message 17 invalid Then Keyword . Can you see what is wrong with the rule i'm using