Hatch
=====

.. py:module:: rhino3dm

.. py:class:: Hatch

   .. py:method:: Hatch()

      Hatch constructor


   .. py:attribute:: PatternIndex

      int: Gets or sets the index of the pattern in the document hatch pattern table.

   .. py:attribute:: PatternRotation

      float: Gets or sets the relative rotation of the pattern.

   .. py:attribute:: BasePoint

      rhino3dm.Point3d: Gets or sets the hatch pattern base point

   .. py:attribute:: Plane

      rhino3dm.Plane: Gets or sets the hatch plane

   .. py:attribute:: PatternScale

      float: Gets or sets the scaling factor of the pattern.

   .. py:method:: ScalePattern(xform)

      Scale the hatch's pattern


      :rtype: void
