Skip to main content
1-Visitor
May 8, 2015
Question

scale 1:1 as default

  • May 8, 2015
  • 1 reply
  • 2082 views

hello people

i make a model part in creo , and when i create drawing fille , creo transform my drawing depending on format template

i want always 1:1

it is posible a setting in config . pro

tks


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.

1 reply

21-Topaz II
May 8, 2015

In your config.pro, you can set a parameter to make the default scale for drawings. Not surprisingly, it's called

default_draw_scale

Set it to a number, in your case 1.0, and, according to the documentation:

"Sets the default drawing scale for views added with the No Scale command. The value must be greater than 0. No - The system does not set a default drawing scale."

The default value is -1, which does nothing and allows Creo to calculate the scale based upon model size, etc.