OnePointAccessStatus#

class ansys.stk.core.stkobjects.OnePointAccessStatus#

IntEnum

Overview#

MAXIMUM

Constraint value violates max limit of the min-max constraint.

MINIMUM

Constraint value violates min limit of the min-max constraint.

ZERO

Constraint value violates limit of the zero threshold constraint.

LOGICAL

Constraint value violates limit of the logical threshold constraint.

INCLUSION_INTERVAL

Constraint value lies outside inclusion intervals.

EXCLUSION_INTERVAL

Constraint value lies outside exclusion intervals.

OK

Constraint value is within the constraint limits.

NOT_COMPUTED

Constraint value is not computed (may occur for constraints that are not evaluated in Fast mode).

Import detail#

from ansys.stk.core.stkobjects import OnePointAccessStatus