VisualizationFoundation Enumeration CATSettingCgr
enum CATSettingCgr {
USE_NONE,
USE_LODS,
USE_TEXTURE,
USE_LODS_TEXTURE,
USE_EDGE,
USE_LODS_EDGE,
USE_TEXTURE_EDGE,
USE_LODS_TEXTURE_EDGE,
USE_SHOW_NOSHOW,
USE_3DCUSTOMREP,
USE_LINEIC,
USE_NOSHOWLAYER,
USE_NOMATERIAL
}
Flag to specify the kind of graphic data we want to store in a Cgr file.
This flag is used in CATReadCgr and CATWriteCgr methods.
- Values:
-
- USE_NONE
- To save nothing
- USE_LODS
- To save the Levels Of Details
- USE_TEXTURE
- To save textures
- USE_LODS_TEXTURE
- To save textures and Levels Of Details
- USE_EDGE
- To save edges
- USE_LODS_EDGE
-
- USE_TEXTURE_EDGE
- To save textures and edges
- USE_LODS_TEXTURE_EDGE
- To save Levels Of Details, texture and edges
- USE_SHOW_NOSHOW
- To specify that the whole representation
tree must be saved, whether it belongs to "show" or "no show" space.
When the flag is set equal to USE_SHOW_NOSHOW,
the Levels Of Details, texture and edges are saved.
- USE_3DCUSTOMREP
- To save graphic representations of
type CAT3DCustomRep, which are not ususally stored. For example, to save a CAT3DCustomRep
with its Levels Of Details, texture and edges, the flag should
be set to USE_LODS_TEXTURE_EDGE | USE_3DCUSTOMREP.
- USE_LINEIC
- To save lineic informations (Wireedge - 3DLineRep).
Using this setting force save of 3DCustomRep
- USE_NOSHOWLAYER
- To save informations which are in no-shown layer.
- USE_NOMATERIAL
- Materials are not saved
This object is included in the file: CATReadWriteCgr.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.