Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
There is a configuration file that drives the behavior of Pro/ENGINEER. This file is called Config.pro. When you launch Pro/ENGINEER, the software automatically reads in this file from two locations, in the following order:
Loadpoint\text Directory (C:\ptc\proewf2\text, for example)
There's a special config file for options you don't want users changing. It's named config.sup and must be in that first folder. No options in that file can be changed by later files. Because of this, DON'T put options like mapkey that can have multiple instances in the config.sup.
Also, config.pro & config.win files will also be loaded automatically from the user's home directory, after the text folder and before the start up folder.
Multiple config.win files can also be loaded, just like config.pro. The are additive. They don't behave very predictably if both files modify the same toolbar or menu, however.
DTL files are drawing setup files. All the options controlling a drawing are in that file. Set these config.pro options to use them:
<UL>
<LI>drawing_setup_file Sets the default setup file for new drawings created from scratch. New drawings fro a template carry the DTL settings from the template.</LI>
<LI>pro_dsl_setup_Dir Sets folder where your dtl files reside. You may have several for inch dims, mm dims, dual dims, etc.</LI>[/list]
DTL files are only read when the drawing is created or if loaded manually. If changes are made in the file on disk, it will NOT be reflected in existing drawings.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.