ChainConstraints#

class ansys.stk.core.stkobjects.ChainConstraints#

Chain constraints.

Overview#

use_minimum_angle

Opt to constrain a chain so that access to or from the chain is limited by the minimum vector angle among the objects in the chain.

minimum_angle

Get or set the minimum vector angle among the objects in the chain. Uses Angle Dimension.

use_maximum_angle

Opt to constrain a chain so that access to or from the chain is limited by the maximum vector angle among the objects in the chain.

maximum_angle

Get or set the maximum vector angle among the objects in the chain. Uses Angle Dimension.

use_minimum_link_time

Opt to constrain a chain so that accesses of shorter duration than the specified minimum value are excluded from chain access results.

minimum_link_time

User-specified minimum access duration. Uses Time Dimension.

filter_access_intervals_by_file

Opt to use an .int file to filter the computed chain access intervals.

load_interval_file

Get or set the name of the .int file used to filter the computed chain access intervals.

Import detail#

from ansys.stk.core.stkobjects import ChainConstraints

Property detail#

property ChainConstraints.use_minimum_angle: bool#

Opt to constrain a chain so that access to or from the chain is limited by the minimum vector angle among the objects in the chain.

property ChainConstraints.minimum_angle: float#

Get or set the minimum vector angle among the objects in the chain. Uses Angle Dimension.

property ChainConstraints.use_maximum_angle: bool#

Opt to constrain a chain so that access to or from the chain is limited by the maximum vector angle among the objects in the chain.

property ChainConstraints.maximum_angle: float#

Get or set the maximum vector angle among the objects in the chain. Uses Angle Dimension.

Opt to constrain a chain so that accesses of shorter duration than the specified minimum value are excluded from chain access results.

User-specified minimum access duration. Uses Time Dimension.

property ChainConstraints.filter_access_intervals_by_file: bool#

Opt to use an .int file to filter the computed chain access intervals.

property ChainConstraints.load_interval_file: str#

Get or set the name of the .int file used to filter the computed chain access intervals.