Class DynamicBearingAnalysisOptions
Inheritance
System.Object
DynamicBearingAnalysisOptions
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class DynamicBearingAnalysisOptions : APIBase, IEquatable<APIBase>
Properties
ElementDisplacementDampingFactor
Declaration
public double ElementDisplacementDampingFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndRevolution
Declaration
public double EndRevolution { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndTime
Declaration
public double EndTime { get; set; }
Property Value
Type |
Description |
System.Double |
|
IncludeCage
Declaration
public bool IncludeCage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeTorsionalVibrationOnInner
Declaration
public bool IncludeTorsionalVibrationOnInner { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeTorsionalVibrationOnOuter
Declaration
public bool IncludeTorsionalVibrationOnOuter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LogAllPoints
Declaration
public bool LogAllPoints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LogAllPointsDuringCageImpacts
Declaration
public bool LogAllPointsDuringCageImpacts { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoggingFrequency
Declaration
public double LoggingFrequency { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaximumNumberOfTimeSteps
Declaration
public int MaximumNumberOfTimeSteps { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OrderOfInnerTorsionalVibrations
Declaration
public double OrderOfInnerTorsionalVibrations { get; set; }
Property Value
Type |
Description |
System.Double |
|
OrderOfOuterTorsionalVibrations
Declaration
public double OrderOfOuterTorsionalVibrations { get; set; }
Property Value
Type |
Description |
System.Double |
|
PercentageAmplitudeInnerTorsionalVibration
Declaration
public double PercentageAmplitudeInnerTorsionalVibration { get; set; }
Property Value
Type |
Description |
System.Double |
|
PercentageAmplitudeOuterTorsionalVibration
Declaration
public double PercentageAmplitudeOuterTorsionalVibration { get; set; }
Property Value
Type |
Description |
System.Double |
|
UseNumberOfElementRevolutions
Declaration
public bool UseNumberOfElementRevolutions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods