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