Class CriticalSpeedAnalysisOptions
Inheritance
System.Object
CriticalSpeedAnalysisOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CriticalSpeedAnalysisOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AxialStiffness
Declaration
public double AxialStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
FinalStiffness
Declaration
public double FinalStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
IncludeDampingEffects
Declaration
public bool IncludeDampingEffects { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeGyroscopicEffects
Declaration
public bool IncludeGyroscopicEffects { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
InitialStiffness
Declaration
public double InitialStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfModes
Declaration
public int NumberOfModes { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfStiffnesses
Declaration
public int NumberOfStiffnesses { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
SortModes
Declaration
public bool SortModes { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
TiltStiffness
Declaration
public double TiltStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods