Create drawings from models (Creo Elements/Direct Annotation) > Advanced topics > Customization for advanced users > View Set functions
  
View Set functions
You can customize the following areas of Creo Elements/Direct Annotation relating to view sets:
The DOCU-SET-VS-CREATE-FEEDBACK function
The DOCU-GET-VS-CREATE-UI-BEHAVIOUR function
The DOCU-SET-VS-CREATE-FEEDBACK function
When you create a new view set with the Create View Set or Create Drawing dialog, you can specify its Up and Front directions with the Direction 3D input tool. During this action, an arrow is displayed in the Auxiliary 3D Viewport indicating the currently selected direction. The DOCU-SET-VS-CREATE-FEEDBACK switch can be used to swap the direction of this feedback arrow.
Syntax
(DOCU-SET-VS-CREATE-FEEDBACK)---+--->:REVERSE_FRONT_DIR------->+---->
| ^
|--->:REVERSE_UP_DIR---------->|
| |
|--->:REVERSE_FRONT_UP_DIR---->|
| |
`--->nil---------------------->'
Options
:REVERSE_FRONT_DIRreverses the direction of the feedback arrow for the Front direction.
:REVERSE_UP_DIR reverses the direction of the feedback arrow for the Up direction.
:REVERSE_FRONT_UP_DIR reverses the direction of the feedback arrow for both the Front and Up directions.
Nil resets the behavior of the feedback arrows to the default Creo Elements/Direct Modeling concept.
See also
The DOCU-GET-VS-CREATE-UI-BEHAVIOUR function
The DOCU-GET-VS-CREATE-UI-BEHAVIOUR function
Two switches allow you to reverse the directions of the Face Normal buttons (DOCU-SET-VS-CREATE-FACE-BUTTON-SWAP obsolete) and the direction feedback arrows ( The DOCU-SET-VS-CREATE-FEEDBACK function) for use when creating new view sets. At any time you can inquire the current mode for these settings with the DOCU-GET-VS-CREATE-UI-BEHAVIOUR function.
The switch returns a property list that reflects the user interface behavior set by the switches DOCU-SET-VS-CREATE-FACE-BUTTON-SWAP and DOCU-SET-VS-CREATE-FEEDBACK.
Syntax
(DOCU-GET-VS-CREATE-UI-BEHAVIOUR)
Example
(docu-get-vs-create-ui-behaviour)
returns:
(:ARROW_FEEDBACK :REVERSE_FRONT_DIR :FACE_BUTTON_SWAP :REVERSE_FRONT_UP_DIR)
See also
The DOCU-SET-VS-CREATE-FEEDBACK function