Class FlexiblePinAnalysisOptions
Inheritance
System.Object
FlexiblePinAnalysisOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FlexiblePinAnalysisOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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