[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


SET_REDRAW_TIMEOUT interrupt action

SET_REDRAW_TIMEOUT is used to set the parameters for the redraw timeout option.

Syntax


  --->(SET_REDRAW_TIMEOUT)--|timeout value|--->

Options

This action has no options.

Parameters

- timeout value: 0 to turn the redraw timeout feature off, or a time threshold in milliseconds

When to use

Use this action routine to improve performance during dynamic viewing operations. Individual redraws are interrupted after the given time threshold. Larger parts and assemblies will be drawn first. This is useful when working with large parts and assemblies when you do not need to see all the fine detail during dynamic rotation.

Example

The following sequence enables the redraw timeout feature and sets the time threshold to 100 milliseconds.

SET_REDRAW_TIMEOUT 100

See also

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