Data Structures

struct  A3DGraphStyleData
 Style data. More...
 

Enumerations

enum  A3DERenderingMode {
  kA3DSolid,
  kA3DSolidOutline,
  kA3DWireframe,
  kA3DHLR,
  kA3DRMDefault = 100
}
 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

Rendering mode.

Version
8.2
Enumerator
kA3DSolid 

Solid rendering mode.

kA3DSolidOutline 

Solid outline rendering mode.

kA3DWireframe 

Wireframe rendering mode.

kA3DHLR 

HLR rendering mode.

kA3DRMDefault 

Rendering mode not defined, a default value should be applied.

Function Documentation

A3DStatus A3DGlobalGetGraphStyleData ( const A3DUns32  uiIndexStyle,
A3DGraphStyleData pData 
)
A3DStatus A3DGlobalInsertGraphStyle ( const A3DGraphStyleData pData,
A3DUns32 puiIndexStyle 
)