.. vale off

SweepType
=========

.. currentmodule:: ansys.meshing.prime

.. autoclass:: SweepType
   
   
   
   .. rubric:: Methods

   .. autosummary::
      :toctree:
   
      SweepType.conjugate
      SweepType.bit_length
      SweepType.bit_count
      SweepType.to_bytes
      SweepType.from_bytes
      SweepType.as_integer_ratio
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
      :toctree:
   
      SweepType.real
      SweepType.imag
      SweepType.numerator
      SweepType.denominator
      SweepType.STANDARD
      SweepType.THINSWEEP
      SweepType.MEDIALAXIS
      SweepType.PROGRAMCONTROLLED
   
   

.. minigallery::
    :add-heading: Examples using SweepType

    ansys.meshing.prime.SweepType

.. vale on