Display Style
Data Structures | |
struct | A3DGraphStyleData |
Style data. More... | |
Enumerations | |
enum | A3DERenderingMode { kA3DSolid, kA3DSolidOutline, kA3DWireframe, kA3DHLR } |
Rendering mode. More... | |
Functions | |
A3DStatus | A3DGlobalGetGraphStyleData (const A3DUns32 uiIndexStyle, A3DGraphStyleData *pData) |
Populates the A3DGraphStyleData structure. More... | |
A3DStatus | A3DGlobalInsertGraphStyle (const A3DGraphStyleData *pData, A3DUns32 *puiIndexStyle) |
Inserts a style from A3DGraphStyleData structure into the global data. More... | |
Detailed Description
Entity type is kA3DTypeGraphStyle.
Enumeration Type Documentation
enum A3DERenderingMode |
Function Documentation
A3DStatus A3DGlobalGetGraphStyleData | ( | const A3DUns32 | uiIndexStyle, |
A3DGraphStyleData * | pData | ||
) |
Populates the A3DGraphStyleData structure.
- Version
- 2.0
A3DStatus A3DGlobalInsertGraphStyle | ( | const A3DGraphStyleData * | pData, |
A3DUns32 * | puiIndexStyle | ||
) |
Inserts a style from A3DGraphStyleData structure into the global data.
- Version
- 2.0