Data Structures

struct  A3DTopoShellData
 Shell structure. More...
 

Typedefs

typedef A3DStatus(* PFA3DTopoShellCreate) (const A3DTopoShellData *pData, A3DTopoShell **ppShell)
 Creates an A3DTopoShell from an A3DTopoShellData structure. More...
 
typedef A3DStatus(* PFA3DTopoShellGet) (const A3DTopoShell *pShell, A3DTopoShellData *pData)
 Populates the A3DTopoShellData structure. More...
 

Detailed Description

Version
2.0

Entity type is kA3DTypeTopoShell

See also
A3DTopoShell, A3DTopoShellData, A3DTopoShellGet, A3DTopoShellCreate

Typedef Documentation

◆ PFA3DTopoShellGet

◆ PFA3DTopoShellCreate