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