[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


SET_DYNAMIC_REDRAW_MODE interrupt action

SET_DYNAMIC_REDRAW_MODE sets the display mode for dynamic rotation.

Syntax


  --->(SET_DYNAMIC_REDRAW_MODE)---+
                                  |
  +-------------------------------+
  |
  +--(:SHADED)-------+--->
  |                  |
  +--(:WIRE)---------+
  |                  |
  +--(:EDGED)--------+
  |                  |
  +--(:DEFAULT)------+

Options

The following options are available:

- :SHADED - suppress model edges, display only shaded polygons - :WIRE - display wireframe model during dynamic viewing - :EDGED - display only model edges during dynamic viewing - :DEFAULT - display shaded polygons and model edges during dynamic viewing

When to use

Use this action to improve performance during dynamic viewing. The :SHADED option is usually the best compromise between speed and visual accuracy.

Example

The following sequence suppresses the display of model edges during dynamic viewing operations.

SET_DYNAMIC_REDRAW_MODE :SHADED

See also

SET_LEVEL_OF_DETAIL_MODE interrupt action SET_DYNAMIC_LEVEL_OF_DETAIL_MODE interrupt action
[Contents] [Index] [Books]