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