Class FEPartCompoundStabilityAnalysis
Inheritance
System.Object
FEPartCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FEPartCompoundStabilityAnalysis : AbstractShaftOrHousingCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<FEPartStabilityAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartStabilityAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<FEPartStabilityAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartStabilityAnalysis> |
ComponentDesign
Declaration
public FEPart ComponentDesign { get; }
Property Value
Type | Description |
---|---|
FEPart |
Planetaries
Declaration
public ReadOnlyCollection<FEPartCompoundStabilityAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartCompoundStabilityAnalysis> |
Implements
System.IEquatable<T>