SamplingMethod ============== .. py:class:: ansys.stk.core.stkobjects.SamplingMethod IntEnum .. py:currentmodule:: SamplingMethod Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unknown sampling method. * - :py:attr:`~ADAPTIVE` - Adaptive sampling method. * - :py:attr:`~FIXED_STEP` - Fixed-step sampling method. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SamplingMethod