OnePointAccessConstraint#

class ansys.stk.core.stkobjects.OnePointAccessConstraint#

One Point Access Result.

Overview#

status

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

constraint

Get the type of the constraint being evaluated.

value

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

object_path

Get the object path of the owner of the constraint.

Import detail#

from ansys.stk.core.stkobjects import OnePointAccessConstraint

Property detail#

property OnePointAccessConstraint.status: OnePointAccessStatus#

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

property OnePointAccessConstraint.constraint: AccessConstraintType#

Get the type of the constraint being evaluated.

property OnePointAccessConstraint.value: float#

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

property OnePointAccessConstraint.object_path: str#

Get the object path of the owner of the constraint.