
##########################
A3DGraphDottingPatternData
##########################

.. c:struct:: A3DGraphDottingPatternData

   Dotting fill pattern descriptor. 
   
   
      2.0
   
   
   
   Drawing a shape can be done by filling its drawn face using a dotted pattern (alternative ways could be using a texture or a solid color, for example). This technique is generally associated with halftone pattern, which consists in simulating continuous tone through dots.
   
   ``A3DGraphDottingPatternData`` is one of the four fill pattern provided by HOOPS. It is associated to the ``kA3DTypeGraphDottingPattern`` entity type. The other available fill patterns are ``A3DGraphHatchingPatternData``\ , ``A3DGraphSolidPatternData`` and ``A3DGraphVPicturePatternData``\ .
   
   
      :c:func:`~A3DGlobalGetGraphDottingPatternData` 
   
   
   
      :c:func:`~A3DGlobalInsertGraphDottingPattern` 
   
   
   
      :c:struct:`~A3DGraphHatchingPatternData` 
   
   
   
      :c:struct:`~A3DGraphSolidPatternData` 
   
   
   
      :c:struct:`~A3DGraphVPicturePatternData` 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DGraphDottingPatternData.m_dPitch`
   * :c:member:`~A3DGraphDottingPatternData.m_bZigZag`
   * :c:member:`~A3DGraphDottingPatternData.m_uiColorIndex`
   * :c:member:`~A3DGraphDottingPatternData.m_uiNextPatternIndex`
   
   



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

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


.. c:member:: A3DDouble A3DGraphDottingPatternData.m_dPitch

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Horizontal and vertical spacing between each dot, in model unit. 
      



.. c:member:: A3DBool A3DGraphDottingPatternData.m_bZigZag

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      If true, the pattern is staggered. 
      



.. c:member:: A3DUns32 A3DGraphDottingPatternData.m_uiColorIndex

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Global index for the color used to draw the pattern. 
      



.. c:member:: A3DUns32 A3DGraphDottingPatternData.m_uiNextPatternIndex

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




