Class WindTurbineCertificationReport
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WindTurbineCertificationReport
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 WindTurbineCertificationReport : CombinationAnalysis, IEquatable<APIBase>
Properties
Design
Declaration
public RootAssembly Design { get; }
Property Value
Type | Description |
---|---|
RootAssembly |
ExtremeLoadCase
Declaration
public ListWithSelectedItem<StaticLoadCase> ExtremeLoadCase { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<StaticLoadCase> |
ExtremeLoadCaseStaticAnalysis
Declaration
public RootAssemblySystemDeflection ExtremeLoadCaseStaticAnalysis { get; }
Property Value
Type | Description |
---|---|
RootAssemblySystemDeflection |
LDD
Declaration
public ListWithSelectedItem<DutyCycle> LDD { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<DutyCycle> |
LDDStaticAnalysis
Declaration
public RootAssemblyCompoundSystemDeflection LDDStaticAnalysis { get; }
Property Value
Type | Description |
---|---|
RootAssemblyCompoundSystemDeflection |
NominalLoadCase
Declaration
public ListWithSelectedItem<StaticLoadCase> NominalLoadCase { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<StaticLoadCase> |
NominalLoadCaseStaticAnalysis
Declaration
public RootAssemblySystemDeflection NominalLoadCaseStaticAnalysis { get; }
Property Value
Type | Description |
---|---|
RootAssemblySystemDeflection |
Implements
System.IEquatable<T>