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