CFx SDK Documentation  2022 SP0
Classes | Namespaces | Typedefs | Variables
DbVisualStyle.h File Reference
#include "TD_PackPush.h"
#include "DbObject.h"
#include "Gi/GiVisualStyle.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbVisualStyle
 

Namespaces

 OdDb
 

Typedefs

typedef OdSmartPtr< OdDbVisualStyleOdDbVisualStylePtr
 

Variables

const wchar_t OdDb::kszVSFlat [] = L"Flat"
 
const wchar_t OdDb::kszVSFlatWithEdges [] = L"FlatWithEdges"
 
const wchar_t OdDb::kszVSGouraud [] = L"Gouraud"
 
const wchar_t OdDb::kszVSGouraudWithEdges [] = L"GouraudWithEdges"
 
const wchar_t OdDb::kszVS2DWireframe [] = L"2dWireframe"
 
const wchar_t OdDb::kszVS3DWireframe [] = L"Wireframe"
 
const wchar_t OdDb::kszVSBasic [] = L"Basic"
 
const wchar_t OdDb::kszVSHidden [] = L"Hidden"
 
const wchar_t OdDb::kszVSRealistic [] = L"Realistic"
 
const wchar_t OdDb::kszVSConceptual [] = L"Conceptual"
 
const wchar_t OdDb::kszVSCustom [] = L"Custom"
 
const wchar_t OdDb::kszVSShadesOfGray [] = L"Shades of Gray"
 
const wchar_t OdDb::kszVSSketchy [] = L"Sketchy"
 
const wchar_t OdDb::kszVSXRay [] = L"X-Ray"
 
const wchar_t OdDb::kszVSShadedWithEdges [] = L"Shaded with edges"
 
const wchar_t OdDb::kszVSShaded [] = L"Shaded"
 
const wchar_t OdDb::kszVSDim [] = L"Dim"
 
const wchar_t OdDb::kszVSBrighten [] = L"Brighten"
 
const wchar_t OdDb::kszVSThicken [] = L"Thicken"
 
const wchar_t OdDb::kszVSTransparent [] = L"Transparent"
 
const wchar_t OdDb::kszVSLinePattern [] = L"Linepattern"
 
const wchar_t OdDb::kszVSFacePattern [] = L"Facepattern"
 
const wchar_t OdDb::kszVSColorChange [] = L"ColorChange"
 
const wchar_t OdDb::kszVSJitterOff [] = L"JitterOff"
 
const wchar_t OdDb::kszVSOverhangOff [] = L"OverhangOff"
 
const wchar_t OdDb::kszVSEdgeColorOff [] = L"EdgeColorOff"
 

Typedef Documentation

◆ OdDbVisualStylePtr

This template class is a specialization of the OdSmartPtr class for OdDbVisualStyle object pointers.

Definition at line 328 of file DbVisualStyle.h.