Creates and accesses global graphic characteristics that apply to any PRC entity in the a3d_graphics_module. More...

Data Structures

struct  A3DRootBaseWithGraphicsData
 A structure specifying root graphics data. More...
 

Functions

A3DStatus A3DRootBaseWithGraphicsGet (const A3DRootBaseWithGraphics *pRoot, A3DRootBaseWithGraphicsData *pData)
 Populates the A3DRootBaseWithGraphicsData structure. More...
 
A3DStatus A3DRootBaseWithGraphicsSet (A3DRootBaseWithGraphics *pRoot, const A3DRootBaseWithGraphicsData *pData)
 Adds an A3DRootBaseWithGraphicsData structure to an existing A3DRootBaseWithGraphics entity. More...
 

Detailed Description

Creates and accesses global graphic characteristics that apply to any PRC entity in the a3d_graphics_module.

Version
11.1

Entity type is kA3DTypeRootBaseWithGraphics.

Any PRC entity that bears graphics can have an A3DRootBaseWithGraphics entity.

The A3DRootBaseWithGraphics entity references graphic attributes such as line patterns, RGB colors, and textures. Those graphic attributes are used in the more specific PRC entity.

See also
Graphics

Function Documentation

◆ A3DRootBaseWithGraphicsGet()

A3DStatus A3DRootBaseWithGraphicsGet ( const A3DRootBaseWithGraphics pRoot,
A3DRootBaseWithGraphicsData pData 
)

Populates the A3DRootBaseWithGraphicsData structure.

Version
11.1
Returns
A3D_SUCCESS in case of success or an error code
Return values

◆ A3DRootBaseWithGraphicsSet()

A3DStatus A3DRootBaseWithGraphicsSet ( A3DRootBaseWithGraphics pRoot,
const A3DRootBaseWithGraphicsData pData 
)

Adds an A3DRootBaseWithGraphicsData structure to an existing A3DRootBaseWithGraphics entity.

Version
11.1
Returns
A3D_SUCCESS in case of success or an error code
Return values