 | TimeStabilityMargin Property |
Gets/Sets simulation stability margin.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic double StabilityMargin { get; set; }
Public Property StabilityMargin As Double
Get
Set
public:
property double StabilityMargin {
double get ();
void set (double value);
}
member StabilityMargin : float with get, set
Property Value
Double
Remarks
This value indicates the buffer to apply to the constraints for the maximum simulation
Step value. Modifications to the
Step value may reduce this
value.
See Also