ChainConstraints#
- class ansys.stk.core.stkobjects.ChainConstraints#
Chain constraints.
Overview#
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. |
|
Get or set the minimum vector angle among the objects in the chain. Uses Angle Dimension. |
|
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. |
|
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. |
|
Opt to use an .int file to filter the computed chain access intervals. |
|
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.
- property ChainConstraints.use_minimum_link_time: bool#
Opt to constrain a chain so that accesses of shorter duration than the specified minimum value are excluded from chain access results.
- property ChainConstraints.minimum_link_time: float#
User-specified minimum access duration. Uses Time Dimension.