CoveragePointLocationMethod =========================== .. py:class:: ansys.stk.core.stkobjects.CoveragePointLocationMethod IntEnum .. py:currentmodule:: CoveragePointLocationMethod Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unknown method. * - :py:attr:`~COMPUTE_BASED_ON_RESOLUTION` - Compute point location on the basis of resolution. * - :py:attr:`~SPECIFY_CUSTOM_LOCATIONS` - Specify custom locations using point files. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CoveragePointLocationMethod