Class ClutchHalfCompoundDynamicAnalysis
Inheritance
System.Object
ClutchHalfCompoundDynamicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.DynamicAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ClutchHalfCompoundDynamicAnalysis : CouplingHalfCompoundDynamicAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ClutchHalfDynamicAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ClutchHalfDynamicAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ClutchHalfDynamicAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ClutchHalfDynamicAnalysis> |
ComponentDesign
Declaration
public ClutchHalf ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ClutchHalf |
Implements
System.IEquatable<T>