Skip to main content

Mechanical scripting interface

IterationOptions

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.IterationOptions

Bases: enum.Enum

Specifies the IterationOptions.

Overview

Attributes

Name
AllIterations
EquallySpacedPoints
LastIteration
SpecifiedRecurrenceRate

Attribute detail

IterationOptions.AllIterations = 0

IterationOptions.EquallySpacedPoints = 2

IterationOptions.LastIteration = 1

IterationOptions.SpecifiedRecurrenceRate = 3