.. vale off :class:`TargetOrientation` ========================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.Enums.TargetOrientation Bases: :py:obj:`enum.Enum` Specifies the TargetOrientation. .. !! processed by numpydoc !! .. py:currentmodule:: TargetOrientation Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Circle` - * - :py:attr:`~Cylinder` - * - :py:attr:`~Sphere` - * - :py:attr:`~ProgramControlled` - Attribute detail ---------------- .. py:attribute:: Circle :value: 1 .. py:attribute:: Cylinder :value: 3 .. py:attribute:: Sphere :value: 2 .. py:attribute:: ProgramControlled :value: 0 .. vale on