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