OnePointAccessConstraint ======================== .. py:class:: ansys.stk.core.stkobjects.OnePointAccessConstraint One Point Access Result. .. py:currentmodule:: OnePointAccessConstraint Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.OnePointAccessConstraint.status` - An indicator describing the status of whether the constraint is satisfied or violated at the computed time. * - :py:attr:`~ansys.stk.core.stkobjects.OnePointAccessConstraint.constraint` - Get the type of the constraint being evaluated. * - :py:attr:`~ansys.stk.core.stkobjects.OnePointAccessConstraint.value` - Get the value of the constraint at the computed time, in internal units. * - :py:attr:`~ansys.stk.core.stkobjects.OnePointAccessConstraint.object_path` - Get the object path of the owner of the constraint. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import OnePointAccessConstraint Property detail --------------- .. py:property:: status :canonical: ansys.stk.core.stkobjects.OnePointAccessConstraint.status :type: OnePointAccessStatus An indicator describing the status of whether the constraint is satisfied or violated at the computed time. .. py:property:: constraint :canonical: ansys.stk.core.stkobjects.OnePointAccessConstraint.constraint :type: AccessConstraintType Get the type of the constraint being evaluated. .. py:property:: value :canonical: ansys.stk.core.stkobjects.OnePointAccessConstraint.value :type: float Get the value of the constraint at the computed time, in internal units. .. py:property:: object_path :canonical: ansys.stk.core.stkobjects.OnePointAccessConstraint.object_path :type: str Get the object path of the owner of the constraint.