
########################
A3DGraphSolidPatternData
########################

.. c:struct:: A3DGraphSolidPatternData

   A fill pattern describing either a simple color or a material. 
   
   
      2.0
   
   
   
   ``A3DGraphSolidPatternData`` is one of the four fill pattern provided by HOOPS. It is associated to the ``kA3DTypeGraphSolidPattern`` entity type. The other available fill patterns are ``A3DGraphDottingPatternData``\ , ``A3DGraphHatchingPatternData`` and ``A3DGraphVPicturePatternData``\ .
   
   
      :c:func:`~A3DGlobalGetGraphSolidPatternData` 
   
   
   
      :c:func:`~A3DGlobalInsertGraphSolidPattern` 
   
   
   
      :c:struct:`~A3DGraphHatchingPatternData` 
   
   
   
      :c:struct:`~A3DGraphDottingPatternData` 
   
   
   
      :c:struct:`~A3DGraphVPicturePatternData` 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DGraphSolidPatternData.m_bMaterial`
   * :c:member:`~A3DGraphSolidPatternData.m_uiRgbColorIndex`
   * :c:member:`~A3DGraphSolidPatternData.m_uiNextPatternIndex`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DBool A3DGraphSolidPatternData.m_bMaterial

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      ``A3D_TRUE`` if ``m_uiRgbColorIndex`` refers to a material index, ``A3D_FALSE`` otherwise. 
      



.. c:member:: A3DUns32 A3DGraphSolidPatternData.m_uiRgbColorIndex

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Global index to either an RGB color code (``m_uiRgbColorIndex == A3D_TRUE``\ ) or material description (``m_uiRgbColorIndex == A3D_FALSE``\ ) 
      



.. c:member:: A3DUns32 A3DGraphSolidPatternData.m_uiNextPatternIndex

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Global index for the next pattern. 
      




