Class PartToPartShearCouplingConnectionAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PartToPartShearCouplingConnectionAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PartToPartShearCouplingConnectionAdvancedSystemDeflection : CouplingConnectionAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public PartToPartShearCouplingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
PartToPartShearCouplingConnection |
ConnectionLoadCase
Declaration
public PartToPartShearCouplingConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
PartToPartShearCouplingConnectionLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<PartToPartShearCouplingConnectionSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PartToPartShearCouplingConnectionSystemDeflection> |
Implements
System.IEquatable<T>