Skip to main content
1-Visitor
July 6, 2018
Question

Modifying config.pro Defaults

  • July 6, 2018
  • 2 replies
  • 9219 views

I am trying to change some of the settings in config.pro so that every time I open Creo the defaults are permanently changed to my specifications. I want the model display to be 'shading with edges' defaulted (I believe I found that within config.pro under the 'display' -> shadewithedges). Also, on the Model Tree -> Tools dropdown -> Tree Filters I would like all of the boxes under Display (on the left side) to be checked every time I open Creo. I have added a picture of the Tree Filters for better understanding. Finally, I want radial_pattern_axis_circle to default "yes". Is there a way to modify config.pro to meet these needs?

 

Thanks

2 replies

Mahesh_Sharma
22-Sapphire I
July 6, 2018

Make required changes in config option and place that config in Creo Start in directory or in Home drive of machine. 

For Model tree filters, check all boxed and save tree configuration file (tree.cfg), set config option mdl_tree_cfg_file with value as saved tree cfg file. 

 

After making changes in configuration options use export to save config.pro

 

CS28227

21-Topaz II
July 6, 2018

Creo loads confg files in the following order:

 

  1. config.sup (a special config file whose options cannot be overwritten) from the text folder in the installation directory.
  2. config.pro from the text folder in the installation directory.
  3. config.pro from the user's home directory as defined by Windows environment variable
  4. config.pro from the start up directory as defined by the "Start In" field for the icon used to launch Creo

Place your config.pro file in one of those locations and Creo will load it every time.  Personally, except for the config.sup, if you need one, I'd avoid saving to the installation folders.

 

For the model tree, you need to set the model tree as you want it and then save a model tree config file. In the model tree click the hammer & wrench icon and select "Save Settings File". Then add the config option "mdl_tree_cfg_file" with the full path to the file.

1-Visitor
July 6, 2018

Thank you! Do I do the same for a drawing default option change? I want to have radial_pattern_axis_circle defaulted to 'yes' instead of 'no'. So I would change to 'yes', save the configuration and then add the path to config.pro?

Mahesh_Sharma
22-Sapphire I
July 6, 2018

radial_pattern_axis_circle is a drawing option. You can change this to yes in template which will carry forward in drawings created using that template.