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