Class CoaxialConnectionAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CoaxialConnectionAdvancedSystemDeflection
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 CoaxialConnectionAdvancedSystemDeflection : ShaftToMountableComponentConnectionAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public CoaxialConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
CoaxialConnection |
ConnectionLoadCase
Declaration
public CoaxialConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
CoaxialConnectionLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<CoaxialConnectionSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CoaxialConnectionSystemDeflection> |
Implements
System.IEquatable<T>