<Scale>
Section:
Options (Task Agent)
Required:
No
Value type:
Ratio
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
When defining a plot task, this tag defines a scaling option that will be available from the Zoom picklist. If the default value should not be Fit to Paper, define it on the opening <Scale> tag. Multiple <ChoiceValue> entries are allowed.
Fit to Paper will always be the first choice in the list. It cannot be removed.
Example
<Scale>1:5
<ChoiceValue>1:1</ChoiceValue>
<ChoiceValue>1:2</ChoiceValue>
<ChoiceValue>1:5</ChoiceValue>
<ChoiceValue>1:10</ChoiceValue>
<ChoiceValue>1:2.5</ChoiceValue>
<ChoiceValue>10:1</ChoiceValue>
<ChoiceValue>100:1</ChoiceValue>
</Scale>
Was this helpful?