AccessConstraintAnalysisWorkbenchComponent#

class ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent#

Bases: IAccessConstraint

Class related to Vector constraints.

Overview#

available_references

Return an array of available References.

enable_maximum

Enable the Max property.

enable_minimum

Enable the Min property.

maximum

Max value for the access constraint.

minimum

Min value for the access constraint.

reference

Reference value for the access constraint.

Import detail#

from ansys.stk.core.stkobjects import AccessConstraintAnalysisWorkbenchComponent

Property detail#

property AccessConstraintAnalysisWorkbenchComponent.available_references: list#

Return an array of available References.

property AccessConstraintAnalysisWorkbenchComponent.enable_maximum: bool#

Enable the Max property.

property AccessConstraintAnalysisWorkbenchComponent.enable_minimum: bool#

Enable the Min property.

property AccessConstraintAnalysisWorkbenchComponent.maximum: Any#

Max value for the access constraint.

property AccessConstraintAnalysisWorkbenchComponent.minimum: Any#

Min value for the access constraint.

property AccessConstraintAnalysisWorkbenchComponent.reference: str#

Reference value for the access constraint.