A3DTopoShellData Struct Reference
Shell structure. More...
Data Fields | |
A3DBool | m_bClosed |
A3DTopoFace ** | m_ppFaces |
A3DUns8 * | m_pucOrientationWithShell |
A3DUns32 | m_uiFaceSize |
Detailed Description
Shell structure.
- Version
- 2.0
The m_pucOrientationWithShell member is a bit array that denotes the orientation of the surface normal regarding the shell normal. If the shell is closed and otherwise arbitrary, the shell normal points outside the material.
- Note
- Possible values for the m_pucOrientationWithShell[i] are as follows:
- 0: Opposite orientations
- 1: Same orientation for face and shell
- 2: Unknown orientation
Field Documentation
◆ m_bClosed
A3DBool A3DTopoShellData::m_bClosed |
Is the Shell closed?
◆ m_uiFaceSize
◆ m_ppFaces
A3DTopoFace** A3DTopoShellData::m_ppFaces |
Array of A3DTopoFace.
◆ m_pucOrientationWithShell
A3DUns8* A3DTopoShellData::m_pucOrientationWithShell |
For each face, orientation within the shell.