<Rotate>
Section:
Options (Task Agent)
Required:
No
Value type:
Integer
Default:
0
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
When defining a plot task, this tag defines possible rotation angles available from the Rotation picklist. Define the default value by including it on the opening <Rotate> tag. You may have multiple <ChoiceValue> entries.
Example
This example shows a configuration for the tag without a default value:
<Rotate>
<ChoiceValue>0</ChoiceValue>
<ChoiceValue>90</ChoiceValue>
<ChoiceValue>180</ChoiceValue>
<ChoiceValue>270</ChoiceValue>
</Rotate>
This example shows a configuration for the tag with a default value of 90:
<Rotate>90
<ChoiceValue>0</ChoiceValue>
<ChoiceValue>90</ChoiceValue>
<ChoiceValue>180</ChoiceValue>
<ChoiceValue>270</ChoiceValue>
</Rotate>
Was this helpful?