Class FlexiblePinAnalysisOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FlexiblePinAnalysisOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.FlexiblePinAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FlexiblePinAnalysisOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ExtremeLoadCase
Declaration
public ListWithSelectedItem<StaticLoadCase> ExtremeLoadCase { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<StaticLoadCase> |
ExtremeLoadCaseForStopStart
Declaration
public StaticLoadCase ExtremeLoadCaseForStopStart { get; set; }
Property Value
Type | Description |
---|---|
StaticLoadCase |
IncludeFlexibleBearingRaces
Declaration
public bool IncludeFlexibleBearingRaces { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LDD
Declaration
public ListWithSelectedItem<DutyCycle> LDD { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<DutyCycle> |
NominalLoadCase
Declaration
public ListWithSelectedItem<StaticLoadCase> NominalLoadCase { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<StaticLoadCase> |
NominalLoadCaseForStopStart
Declaration
public StaticLoadCase NominalLoadCaseForStopStart { get; set; }
Property Value
Type | Description |
---|---|
StaticLoadCase |
Implements
System.IEquatable<T>