OnePointAccessResult#
- class ansys.stk.core.stkobjects.OnePointAccessResult#
One Point Access Result.
Overview#
Indicate whether all constraints are satisfied at this time. |
|
Get the time of evaluation of the constraints in a OnePointAccess Compute request. |
|
List of constraints evaluated at this time. |
Import detail#
from ansys.stk.core.stkobjects import OnePointAccessResult
Property detail#
- property OnePointAccessResult.access_is_satisfied: bool#
Indicate whether all constraints are satisfied at this time.
- property OnePointAccessResult.time: Any#
Get the time of evaluation of the constraints in a OnePointAccess Compute request.
- property OnePointAccessResult.constraints: OnePointAccessConstraintCollection#
List of constraints evaluated at this time.