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