AdaptivityIteration(...)
This method creates an AdaptivityIteration object.
Path
mdb.adaptivityProcesses[name].AdaptivityIteration
Required arguments
- iteration
An Int specifying the sequence number for this iteration in the adaptivity process.
- jobName
A String specifying the name of the job that was run for this iteration.
- modelName
A String specifying the name of the model that was analyzed and remeshed in this iteration.
- odbPath
A String specifying the path to the ODB file that was created for this iteration.
- remeshingErrors
An Int specifying the number of part instances which generated errors while remeshing the model in this iteration of the adaptivity process.
Optional arguments
None.
Return value
An AdaptivityIteration object.
Exceptions
None.