.. vale off :class:`PullMethod` =================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.Enums.PullMethod Bases: :py:obj:`enum.Enum` To select the method of Pull. There are three methods. They are Extrude, Revolve and Surface Coating. .. !! processed by numpydoc !! .. py:currentmodule:: PullMethod Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Extrude` - * - :py:attr:`~LineCoating` - * - :py:attr:`~Revolve` - * - :py:attr:`~SurfaceCoating` - Attribute detail ---------------- .. py:attribute:: Extrude :value: 0 .. py:attribute:: LineCoating :value: 3 .. py:attribute:: Revolve :value: 1 .. py:attribute:: SurfaceCoating :value: 2 .. vale on