A3DHLRSectionFaceData
Fields
A3DUns32 |
m_uiNbLoop |
A3DUns32 * |
m_puiLoopSize |
A3DUns32 ** |
m_puiCurveIndex |
A3DBool ** |
m_pbCurveOrientation |
Detailed Description
-
struct
A3DHLRSectionFaceData
A3DHLRSectionFaceData structure.
- Version
- 9.2
Public Members
-
A3DUns32
m_uiNbLoop
Number of loop in the face.
-
A3DUns32 *
m_puiLoopSize
Array of number of curve for each loop.
-
A3DUns32 **
m_puiCurveIndex
Array of curve index (from curve contained byA3DHLRRepresentationItemData).
-
A3DBool **
m_pbCurveOrientation
Array of curve orientation (if false curve need to be reversed).