[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


SET_LEVEL_OF_DETAIL_MODE interrupt action

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).

Syntax


  --->(SET_LEVEL_OF_DETAIL_MODE)--+
                                  |
  +-------------------------------+
  |
  +--(:FULL)-------+--->
  |                  |
  +--(:BOXED)--------+

Options

- :FULL - Show all model details - :BOXED - Show simplified geometry for parts and assemblies below a certain size threshold (see SET_LEVEL_OF_DETAIL_FACTOR)

When to use

Use this option to improve performance for non-dynamic viewing operations.

Example

The following sequence enables level of detail selection for non-dynamic viewing operations:

SET_LEVEL_OF_DETAIL_MODE :BOXED

See also

SET_LEVEL_OF_DETAIL_FACTOR interrupt action SET_DYNAMIC_LEVEL_OF_DETAIL_MODE interrupt action SET_DYNAMIC_LEVEL_OF_DETAIL_FACTOR interrupt action
[Contents] [Index] [Books]