
###########################
A3DGraphHatchingPatternData
###########################

.. c:struct:: A3DGraphHatchingPatternData

   Hatching lines fill pattern descriptor. 
   
   
      2.0
   
   
   
   A hatching pattern is a composition of at least one line described with ``A3DGraphHatchingPatternLineData``\ .
   
   ``A3DGraphHatchingPatternData`` is one of the four fill pattern provided by HOOPS. It is associated to the ``kA3DTypeGraphHatchingPattern`` entity type. The other available fill patterns are ``A3DGraphDottingPatternData``\ , ``A3DGraphSolidPatternData`` and ``A3DGraphVPicturePatternData``\ .
   
   
      :c:func:`~A3DGlobalGetGraphHatchingPatternData` 
   
   
   
      :c:func:`~A3DGlobalInsertGraphHatchingPattern` 
   
   
   
      :c:struct:`~A3DGraphDottingPatternData` 
   
   
   
      :c:struct:`~A3DGraphSolidPatternData` 
   
   
   
      :c:struct:`~A3DGraphVPicturePatternData` 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DGraphHatchingPatternData.m_uiSize`
   * :c:member:`~A3DGraphHatchingPatternData.m_psHatchLines`
   * :c:member:`~A3DGraphHatchingPatternData.m_uiNextPatternIndex`
   
   



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

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


.. c:member:: A3DUns32 A3DGraphHatchingPatternData.m_uiSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      The number of hatch lines the pattern is made of. 
      



.. c:member:: A3DGraphHatchingPatternLineData* A3DGraphHatchingPatternData.m_psHatchLines

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DGraphHatchingPatternLineData`\ *
      
      An array of lines, allocated to ``sizeof(A3DGraphHatchingPatternLineData) * m_psHatchLines``\ . 
      



.. c:member:: A3DUns32 A3DGraphHatchingPatternData.m_uiNextPatternIndex

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




