SET_REDRAW_TIMEOUT is used to set the parameters for the redraw timeout
option.
--->(SET_REDRAW_TIMEOUT)--|timeout value|--->
This action has no options.
- timeout value: 0 to turn the redraw timeout feature off,
or a time threshold in milliseconds
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.
The following sequence enables the redraw timeout feature and sets
the time threshold to 100 milliseconds.
SET_REDRAW_TIMEOUT 100
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