MechanismSolverSettingsAspect Properties |
The MechanismSolverSettingsAspect type exposes the following members.
| Name | Description | |
|---|---|---|
| app | (Inherited from VisualAspect.) | |
| AspectId | An internal CAD-package specific Id for the Aspect. (Inherited from ExportableVisualAspect.) | |
| AspectManagedBy |
The Aspect that this is managed by.
(Inherited from AspectComponentBase.) | |
| BindingInterface | (Inherited from BindableVisualAspect.) | |
| ContextVisual | The Visual that represents the top level part or assembly from the CAD package. (Inherited from ExportableVisualAspect.) | |
| document | (Inherited from VisualAspect.) | |
| GradientEpsilon | The epsilon value that specifies the minimum change in the length of the gradient vector between iterations for the solver to continue. | |
| Id | (Inherited from SerializableObject.) | |
| IsCollapsed |
Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase.) | |
| IsEnabled |
The value for whether the aspect is enabled.
(Inherited from AspectComponentBase.) | |
| IsInitialized |
Gets the value of whether or not this aspect has been initialized. An aspect is initialized during the scenes initialization when starting a model.
(Inherited from AspectComponentBase.) | |
| IsReadOnly |
When true, disable editing in the Aspect Viewer
(Inherited from AspectComponentBase.) | |
| MaximumInnerIterations | The maximum number of inner iterations to perform. Inner iterations are used to find the minimum objective function value for a given penalty multiple. | |
| Name | A unique name for the aspect (Inherited from AspectComponentBase.) | |
| OuterIterations | The number of solves to perform, each time ramping the penalty multiple according to the penalty profile. | |
| PenaltyMultipleEnd | The penalty multiple to use for the last outer iteration. | |
| PenaltyMultipleStart | The penalty multiple to use for the first outer iteration in cases where more than one outer iteration is being performed. | |
| PenaltyProfile | The profile used to vary the penalty multiple over the outer iterations. | |
| ValueEpsilon | The epsilon value that specifies the minimum change in objective function value between inner iterations for the solver to continue. | |
| ValueTarget | The target/optimum value for the objective function. | |
| VariableEpsilon | The epsilon value that specifies the minuimum change in the length of the variable vector between iterations for the solver to continue. | |
| Visual | (Inherited from VisualAspect.) |