AccessConstraintAnalysisWorkbenchComponent#

class ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent#

Bases: IAccessConstraint

Class related to Vector 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.

available_references

Return an array of available References.

Import detail#

from ansys.stk.core.stkobjects import AccessConstraintAnalysisWorkbenchComponent

Property detail#

property AccessConstraintAnalysisWorkbenchComponent.enable_minimum: bool#

Enable the Min property.

property AccessConstraintAnalysisWorkbenchComponent.enable_maximum: bool#

Enable the Max property.

property AccessConstraintAnalysisWorkbenchComponent.minimum: Any#

Min value for the access constraint.

property AccessConstraintAnalysisWorkbenchComponent.maximum: Any#

Max value for the access constraint.

property AccessConstraintAnalysisWorkbenchComponent.reference: str#

Reference value for the access constraint.

property AccessConstraintAnalysisWorkbenchComponent.available_references: list#

Return an array of available References.