Class PlanetaryConnectionCompoundHarmonicAnalysis
Inheritance
System.Object
PlanetaryConnectionCompoundHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PlanetaryConnectionCompoundHarmonicAnalysis : ShaftToMountableComponentConnectionCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public PlanetaryConnection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
PlanetaryConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<PlanetaryConnectionHarmonicAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetaryConnectionHarmonicAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<PlanetaryConnectionHarmonicAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetaryConnectionHarmonicAnalysis> |
ConnectionDesign
Declaration
public PlanetaryConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
PlanetaryConnection |
Implements
System.IEquatable<T>