NXOpen.UF.Motion.SolveModel

Motion.SolveModel()

Refer to UF_MOTION_solve_model for documentation.

Signature: SolveModel(time, numSteps)

Parameters:
  • time (float) – The total time for the analysis in the current time units.
  • numSteps (int) – The number of steps for the solver to take during the analysis. This parameter is used with the time parameter to determine the average step size for the analysis. The total number of steps successfully saved in the database is returned.
Returns:

Modified value of numSteps

Return type:

int

License requirements: None