Class ConceptCouplingConnectionCompoundAdvancedSystemDeflection
Inheritance
System.Object
ConceptCouplingConnectionCompoundAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ConceptCouplingConnectionCompoundAdvancedSystemDeflection : CouplingConnectionCompoundAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public ConceptCouplingConnection ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| ConceptCouplingConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<ConceptCouplingConnectionAdvancedSystemDeflection> ConnectionAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ConceptCouplingConnectionAdvancedSystemDeflection> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptCouplingConnectionAdvancedSystemDeflection> ConnectionAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ConceptCouplingConnectionAdvancedSystemDeflection> |
ConnectionDesign
Declaration
public ConceptCouplingConnection ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| ConceptCouplingConnection |
Implements
System.IEquatable<T>