Click or drag to resize

MechanismSolverSettingsAspectMaximumInnerIterations Property

The maximum number of inner iterations to perform. Inner iterations are used to find the minimum objective function value for a given penalty multiple.

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public int MaximumInnerIterations { get; set; }

Property Value

Type: Int32
See Also