Skip to main content
1-Visitor
January 22, 2015
Question

Drawing Template Directory

  • January 22, 2015
  • 12 replies
  • 14977 views

Hello all,


I'm looking for a way to have my config.pro point to a directory for the drawing templates, rather than a specific template. We have about 21 templates which cover plastics, sheet metal, cnc, etc. across sheet sizes of A thru D.


The way it is set now is for a specific template, but I'd like it to point to the folder location so that the user can choose from those found there.


Is there a way to do this?


Cheers!


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

12 replies

8-Gravel
January 22, 2015

Config.pro et the following Creo variable:
start_model_dir {enter folder location where templates are stored.}
Same variable used for start files for CAD model.

Linette


lkerila1-VisitorAuthor
1-Visitor
January 22, 2015

^ Thanks for the suggestion, however this didn't work for me.


8-Gravel
January 22, 2015

It works in Creo 2 M100



-check for spaces or illegal characters in folder specified.


1-Visitor
January 22, 2015
Also check to make sure your are not having these setting overwritten by your config.sup file or another local config.pro.

You may want to also maybe put a final backslash after the full path as such (I have had issues sometimes with or without the last backslash):
(start_model_dir C:\Creo 2.0\Common Files\M090\pro_std\Templates\)

And go into your config area and look at the “current session” from the dropdown to verify that one is pointing in the correct folder.

[cid:image003.jpg@01D03650.D35A04C0]

I have used those setting since longer than I can remember and they have always worked correctly.

Hope this helps,
Shane V.
1-Visitor
January 22, 2015
It also works for Creo 3. Just put your templates in the same directory as your start parts.

Regards,

Tim
10-Marble
January 22, 2015
Your admin could be setting the start_model_dir option with the config.SUP file. That would explain it not working when you set it at the config.pro level.
I’m not sure about Wildfire…. – but in Creo if you uncheck “use default template” at the bottom of the file > new> create drawing dialogue box…. Then click OK.
A second dialogue box comes up; when you pick on “use template” it will bring up a list of all the available templates that are in the specified directory and a browse button that goes directly to it.

Hope this helps & STUFF

Tw
lkerila1-VisitorAuthor
1-Visitor
January 26, 2015

Thanks for all your suggestions, however, I've not been able to get anything to work. To clarify my problem, I've got my drawing templates in Windchill. They are in the same directory as my start models and assemblies. No matter what I do, I can't seem to get the dialog box to show the contents of the desired directory. It always shows the contents of "C:\PTC\Creo 2\Common Files\M110\templates". I've not found any option in config.pro that sets this path.

15-Moonstone
January 26, 2015

Please provide what value you have in your config.pro for start_model_dir.

1-Visitor
January 26, 2015
Ahhh.. the detail that is missing. Since your start parts and templates are in windchill, you must point to that directory and not your local directory that you stated below. When you setup Windchill, a directory should have been created for things like this that more than one person would be using.

Regards,

Tim
lkerila1-VisitorAuthor
1-Visitor
January 26, 2015

FWIW: I was correctly pointing to the WC directory in all cases.



I've given up and decided to simply copy the templates into the local installation directory where Creo is looking by default. PTC! Why is this so hard?