SpatialAnalysisToolGridValuesFixedNumberOfSteps#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolGridValuesFixedNumberOfSteps#

Bases: ISpatialAnalysisToolGridValuesMethod

Fixed step grid values.

Overview#

min

Do not use this property, as it is deprecated. Use MinEx.

max

Do not use this property, as it is deprecated. Use MaxEx.

number_of_steps

The number of steps between coordinate values.

minimum

Minimum coordinate value as Quantity.

maximum

Maximum coordinate value as Quantity.

Import detail#

from ansys.stk.core.analysis_workbench import SpatialAnalysisToolGridValuesFixedNumberOfSteps

Property detail#

property SpatialAnalysisToolGridValuesFixedNumberOfSteps.min: float#

Do not use this property, as it is deprecated. Use MinEx.

property SpatialAnalysisToolGridValuesFixedNumberOfSteps.max: float#

Do not use this property, as it is deprecated. Use MaxEx.

property SpatialAnalysisToolGridValuesFixedNumberOfSteps.number_of_steps: int#

The number of steps between coordinate values.

property SpatialAnalysisToolGridValuesFixedNumberOfSteps.minimum: Quantity#

Minimum coordinate value as Quantity.

property SpatialAnalysisToolGridValuesFixedNumberOfSteps.maximum: Quantity#

Maximum coordinate value as Quantity.