OnePointAccessSummary ===================== .. py:class:: ansys.stk.core.stkobjects.OnePointAccessSummary IntEnum .. py:currentmodule:: OnePointAccessSummary Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~DETAILED` - Set Compute to return detailed information about each constraint that is evaluated in addition to the access result. * - :py:attr:`~FAST` - Set Compute to return basic information about each constraint that is evaluated in addition to the access result. * - :py:attr:`~RESULT_ONLY` - Set Compute to return just a Yes or No indicating the constraints are satisfied at the current animation time, or the time specified. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import OnePointAccessSummary