Library | File

Enum wfcLightweightGraphicsSimprepLevel

# include <wfcAssembly.h>

enum wfcLightweightGraphicsSimprepLevel
{
    wfcLWG_SIMPREP_LEVEL_SELECTED,
    wfcLWG_SIMPREP_LEVEL_NEXT,
    wfcLWG_SIMPREP_LEVEL_ALL,
    wfcLightweightGraphicsSimprepLevel_nil
};



Description

Specify level of lightweight graphics simprep (3D thumbnail) expansion.




Values

wfcLWG_SIMPREP_LEVEL_SELECTED
Expand 3D thumbnail to selected level. **Reserved for future use**
wfcLWG_SIMPREP_LEVEL_NEXT
Expand 3D Thumbnail to next level.
wfcLWG_SIMPREP_LEVEL_ALL
Expand 3D Thumbnail to all levels.
wfcLightweightGraphicsSimprepLevel_nil
Enum null value.