Data Structures

struct  A3DTopoShellData
 Shell structure. More...
 

Functions

A3DStatus A3DTopoShellCreate (const A3DTopoShellData *pData, A3DTopoShell **ppShell)
 Creates an A3DTopoShell from an A3DTopoShellData structure. More...
 
A3DStatus A3DTopoShellGet (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

Function Documentation

◆ A3DTopoShellGet()

A3DStatus A3DTopoShellGet ( const A3DTopoShell pShell,
A3DTopoShellData pData 
)

Populates the A3DTopoShellData structure.

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

◆ A3DTopoShellCreate()

A3DStatus A3DTopoShellCreate ( const A3DTopoShellData pData,
A3DTopoShell **  ppShell 
)

Creates an A3DTopoShell from an A3DTopoShellData structure.

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