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
Function Documentation
| A3DStatus A3DTopoShellCreate | ( | const A3DTopoShellData * | pData, |
| A3DTopoShell ** | ppShell | ||
| ) |
Creates an A3DTopoShell from an A3DTopoShellData structure.
- Version
- 2.0
| A3DStatus A3DTopoShellGet | ( | const A3DTopoShell * | pShell, |
| A3DTopoShellData * | pData | ||
| ) |
Populates the A3DTopoShellData structure.
- Version
- 2.0
