SET_LEVEL_OF_DETAIL_MODE is used to enable or disable level of detail
selection (also known as geometry simplification) for viewport
refreshs (i.e. all non-dynamic viewing operations).
--->(SET_LEVEL_OF_DETAIL_MODE)--+
|
+-------------------------------+
|
+--(:FULL)-------+--->
| |
+--(:BOXED)--------+
- :FULL - Show all model details
- :BOXED - Show simplified geometry for parts and assemblies
below a certain size threshold (see SET_LEVEL_OF_DETAIL_FACTOR)
Use this option to improve performance for non-dynamic viewing operations.
The following sequence enables level of detail selection for non-dynamic
viewing operations:
SET_LEVEL_OF_DETAIL_MODE :BOXED
SET_LEVEL_OF_DETAIL_FACTOR interrupt action
SET_DYNAMIC_LEVEL_OF_DETAIL_MODE interrupt action
SET_DYNAMIC_LEVEL_OF_DETAIL_FACTOR interrupt action