Graphical Feedback Style and Colour
- Last UpdatedDec 03, 2025
- 1 minute read
The cursor size/resize commands (for example, VREGION, DEFINE, DIAMETER etc) incorporate a ‘rubber banding’ feature - keeping the left-hand mouse button held down enables an appropriate shape to be dragged out to the required extent.
The colour of this ‘graphical feedback’ feature is magenta by default, but can be changed by the SETFEEDBACK command.
|
Example: |
|---|
|
SETFEED COL 15 Set rubber banding colour to colour 15 SETFEED COL BRIGHTORANGE SETFEED COL DEF Set rubber banding colour to magenta |
The SETFEEDBACK command also controls the appearance of displayed p-points. By default, when p-points are displayed (see Picking P-points and Nodes) they appear as ‘star’ markers, scale 2, in the current feedback colour. The marker type and scale can be changed by:
SETFEEDBACK PPOINTS marker_type SCALE int
|
Example: |
|---|
|
SETFEED PPO PLUS SCA 2 Set p-point symbol to ‘+’, scale 2 SETFEED PPO RING SCALE 3 Set p-point symbol to ‘o’, scale 3 |