AccessConstraintAnalysisWorkbenchComponent ========================================== .. py:class:: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent Bases: :py:class:`~ansys.stk.core.stkobjects.IAccessConstraint` Class related to Vector constraints. .. py:currentmodule:: AccessConstraintAnalysisWorkbenchComponent Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.enable_minimum` - Enable the Min property. * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.enable_maximum` - Enable the Max property. * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.minimum` - Min value for the access constraint. * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.maximum` - Max value for the access constraint. * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.reference` - Reference value for the access constraint. * - :py:attr:`~ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.available_references` - Return an array of available References. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AccessConstraintAnalysisWorkbenchComponent Property detail --------------- .. py:property:: enable_minimum :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.enable_minimum :type: bool Enable the Min property. .. py:property:: enable_maximum :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.enable_maximum :type: bool Enable the Max property. .. py:property:: minimum :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.minimum :type: typing.Any Min value for the access constraint. .. py:property:: maximum :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.maximum :type: typing.Any Max value for the access constraint. .. py:property:: reference :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.reference :type: str Reference value for the access constraint. .. py:property:: available_references :canonical: ansys.stk.core.stkobjects.AccessConstraintAnalysisWorkbenchComponent.available_references :type: list Return an array of available References.