Class ElectricMachineMechanicalLoadCase
Inheritance
System.Object
ElectricMachineMechanicalLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ElectricMachineMechanicalLoadCase : ElectricMachineLoadCaseBase, IEquatable<APIBase>
Properties
ConvergenceTolerance
Declaration
public double ConvergenceTolerance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumIterations
Declaration
public int MaximumIterations { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
SolverType
Declaration
public MechanicalSolverType SolverType { get; set; }
Property Value
Speed
Declaration
public double Speed { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods