[ Home | Contents | Search | Next | Previous | Up ]
From: Jim (DGI Tech Support) Support@DGNLink.com
Product: Cats
Date: 05 Feb 2002
Time: 14:58:54
To translate Dgn custom linetypes to Dwg: You must manually create equivalent linetypes in AutoCAD. Then create a Dwg seedfile by loading the linetypes and saving the file. Use this file as your output seedfile - Cats Options|Output Tab|Seedfile field. Then add commands to your control file to select the linetypes - If CustomLinetype=myline Then Linetype=newline Endif
If the Dgn customlinetype name contains blanks or parenthensis, use quotes - If CustomLinetype='my line' Then Linetype=newline Endif