OnePointAccessConstraint#

class ansys.stk.core.stkobjects.OnePointAccessConstraint#

One Point Access Result.

Overview#

constraint

Get the type of the constraint being evaluated.

object_path

Get the object path of the owner of the constraint.

status

An indicator describing the status of whether the constraint is satisfied or violated at the computed time.

value

Get the value of the constraint at the computed time, in internal units.

Import detail#

from ansys.stk.core.stkobjects import OnePointAccessConstraint

Property detail#

property OnePointAccessConstraint.constraint: AccessConstraintType#

Get the type of the constraint being evaluated.

property OnePointAccessConstraint.object_path: str#

Get the object path of the owner of the constraint.

property OnePointAccessConstraint.status: OnePointAccessStatus#

An indicator describing the status of whether the constraint is satisfied or violated at the computed time.

property OnePointAccessConstraint.value: float#

Get the value of the constraint at the computed time, in internal units.