Creates and accesses A3DTopoContext entities, which specify topology context and common attributes such as granularity, tolerance, and thickness. More...

Modules

 Topology Context Data
 Structure and bitmasks for specifying the topology context and common attributes such as granularity, tolerance, and thickness.
 

Functions

A3DStatus A3DTopoContextCreate (const A3DTopoContextData *pData, A3DTopoContext **ppContext)
 Creates an A3DTopoContext from an A3DTopoContextData structure. More...
 
A3DStatus A3DTopoContextGet (const A3DTopoContext *pContext, A3DTopoContextData *pData)
 Populates the A3DTopoContextData structure. More...
 

Detailed Description

Creates and accesses A3DTopoContext entities, which specify topology context and common attributes such as granularity, tolerance, and thickness.

Entity type is kA3DTypeTopoContext

See also
A3DTopoContext, A3DTopoContextData, A3DTopoContextGet, A3DTopoContextCreate

Function Documentation

◆ A3DTopoContextGet()

◆ A3DTopoContextCreate()

A3DStatus A3DTopoContextCreate ( const A3DTopoContextData pData,
A3DTopoContext **  ppContext 
)