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