Class PartToPartShearCouplingCompoundStabilityAnalysis
Inheritance
System.Object
PartToPartShearCouplingCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PartToPartShearCouplingCompoundStabilityAnalysis : CouplingCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<PartToPartShearCouplingStabilityAnalysis> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PartToPartShearCouplingStabilityAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<PartToPartShearCouplingStabilityAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PartToPartShearCouplingStabilityAnalysis> |
AssemblyDesign
Declaration
public PartToPartShearCoupling AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
PartToPartShearCoupling |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public PartToPartShearCoupling ComponentDesign { get; }
Property Value
Type | Description |
---|---|
PartToPartShearCoupling |
Implements
System.IEquatable<T>