SpatialAnalysisToolConditionSpatialCalculationBounds#
- class ansys.stk.core.analysis_workbench.SpatialAnalysisToolConditionSpatialCalculationBounds#
Bases:
ISpatialAnalysisToolVolume
,IAnalysisWorkbenchComponent
An volume from calc volume interface.
Overview#
Get the minimum bound value from the bounds. Call SetMinimum to apply changes. |
|
Set the minimum bound value for the bounds. |
|
Get the maximum bound value from the bounds. Call SetMaximum to apply changes. |
|
Set the maximum bound value for the condition. |
|
Set the min/max bounds. Throws an exception if the minimum is greater than maximum. |
Get the operation from the condition that determines how the bounds are considered. The operation can be set to define satisfaction when the scalar is above minimum, below maximum, between minimum and maximum or outside minimum and maximum. |
|
Get the volume calc from the bounds. |
Import detail#
from ansys.stk.core.analysis_workbench import SpatialAnalysisToolConditionSpatialCalculationBounds
Property detail#
- property SpatialAnalysisToolConditionSpatialCalculationBounds.operation: ConditionThresholdType#
Get the operation from the condition that determines how the bounds are considered. The operation can be set to define satisfaction when the scalar is above minimum, below maximum, between minimum and maximum or outside minimum and maximum.
- property SpatialAnalysisToolConditionSpatialCalculationBounds.spatial_calculation: ISpatialAnalysisToolSpatialCalculation#
Get the volume calc from the bounds.
Method detail#
- SpatialAnalysisToolConditionSpatialCalculationBounds.get_minimum(self) Quantity #
Get the minimum bound value from the bounds. Call SetMinimum to apply changes.
- Returns:
Quantity
- SpatialAnalysisToolConditionSpatialCalculationBounds.set_minimum(self, value: Quantity) None #
Set the minimum bound value for the bounds.
- Parameters:
value :
Quantity
- Returns:
- SpatialAnalysisToolConditionSpatialCalculationBounds.get_maximum(self) Quantity #
Get the maximum bound value from the bounds. Call SetMaximum to apply changes.
- Returns:
Quantity