CoverageCustomRegionAlgorithm ============================= .. py:class:: ansys.stk.core.stkobjects.CoverageCustomRegionAlgorithm IntEnum .. py:currentmodule:: CoverageCustomRegionAlgorithm Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unsupported algorithm. * - :py:attr:`~DISABLED` - Disabled. * - :py:attr:`~ANISOTROPIC` - Anisotropic. * - :py:attr:`~ISOTROPIC` - Isotropic. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CoverageCustomRegionAlgorithm