Class FlexiblePinAnalysisOptions
Inheritance
System.Object
FlexiblePinAnalysisOptions
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FlexiblePinAnalysisOptions : APIBase, IEquatable<APIBase>
Properties
ExtremeLoadCase
Declaration
public ListWithSelectedItem<StaticLoadCase> ExtremeLoadCase { get; set; }
Property Value
ExtremeLoadCaseForStopStart
Declaration
public StaticLoadCase ExtremeLoadCaseForStopStart { get; set; }
Property Value
IncludeFlexibleBearingRaces
Declaration
public bool IncludeFlexibleBearingRaces { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LDD
Declaration
public ListWithSelectedItem<DutyCycle> LDD { get; set; }
Property Value
NominalLoadCase
Declaration
public ListWithSelectedItem<StaticLoadCase> NominalLoadCase { get; set; }
Property Value
NominalLoadCaseForStopStart
Declaration
public StaticLoadCase NominalLoadCaseForStopStart { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods