OnePointAccessResult#

class ansys.stk.core.stkobjects.OnePointAccessResult#

One Point Access Result.

Overview#

access_is_satisfied

Indicate whether all constraints are satisfied at this time.

time

Get the time of evaluation of the constraints in a OnePointAccess Compute request.

constraints

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.