SpatialAnalysisToolGridValuesFixedNumberOfSteps#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolGridValuesFixedNumberOfSteps#

Bases: ISpatialAnalysisToolGridValuesMethod

Fixed step grid values.

Overview#

max

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

maximum

Maximum coordinate value as Quantity.

min

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

minimum

Minimum coordinate value as Quantity.

number_of_steps

The number of steps between coordinate values.

Import detail#

from ansys.stk.core.analysis_workbench import SpatialAnalysisToolGridValuesFixedNumberOfSteps

Property detail#

property SpatialAnalysisToolGridValuesFixedNumberOfSteps.max: float#

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

property SpatialAnalysisToolGridValuesFixedNumberOfSteps.maximum: Quantity#

Maximum coordinate value as Quantity.

property SpatialAnalysisToolGridValuesFixedNumberOfSteps.min: float#

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

property SpatialAnalysisToolGridValuesFixedNumberOfSteps.minimum: Quantity#

Minimum coordinate value as Quantity.

property SpatialAnalysisToolGridValuesFixedNumberOfSteps.number_of_steps: int#

The number of steps between coordinate values.