AccessConstraintAnalysisWorkbench#

class ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbench#

Bases: IAccessConstraint

Class related to Analysis Workbench constraints.

Overview#

enable_minimum

Enable the Min property.

enable_maximum

Enable the Max property.

minimum

Min value for the access constraint.

maximum

Max value for the access constraint.

reference

Reference value for the access constraint.

Import detail#

from ansys.stk.core.stkobjects import AccessConstraintAnalysisWorkbench

Property detail#

property AccessConstraintAnalysisWorkbench.enable_minimum: bool#

Enable the Min property.

property AccessConstraintAnalysisWorkbench.enable_maximum: bool#

Enable the Max property.

property AccessConstraintAnalysisWorkbench.minimum: Any#

Min value for the access constraint.

property AccessConstraintAnalysisWorkbench.maximum: Any#

Max value for the access constraint.

property AccessConstraintAnalysisWorkbench.reference: str#

Reference value for the access constraint.