A3DDrawingFilledAreaData
-
struct
A3DDrawingFilledAreaData DrawingFilledArea structure.
5.0
Variables
-
A3DEDrawingFilledAreaMode
A3DDrawingFilledAreaData.m_eMode -
Fill mode refers to:c:enum:~A3DEDrawingFilledAreaModefor more details.
-
A3DUns32
A3DDrawingFilledAreaData.m_uiPatternIndex -
Pattern index.
Refers to:ref:Graphics <group__a3d__graphics__module>for more details.
-
A3DBool
A3DDrawingFilledAreaData.m_bIgnoreViewTransfo -
Indiquate if drawing of pattern is independent of view transformation.
-
A3DUns32
A3DDrawingFilledAreaData.m_uiBoundaryCurvesSize -
The size of:c:member:m_ppBoundaryCurves <A3DDrawingFilledAreaData.m_ppBoundaryCurves>.
-
A3DCrvBase **
A3DDrawingFilledAreaData.m_ppBoundaryCurves -
Array of closed curves.
Refers to:ref:Curves Module <group__a3d__crv>for more details Each curve must be closed. Intersection area is processed with m_eMode parameter.