Class RollingRingConnectionSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingConnectionSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollingRingConnectionSystemDeflection : InterMountableComponentConnectionSystemDeflection, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public RollingRingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingConnection |
ConnectionLoadCase
Declaration
public RollingRingConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
RollingRingConnectionLoadCase |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingConnectionSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionSystemDeflection> |
PowerFlowResults
Declaration
public RollingRingConnectionPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
RollingRingConnectionPowerFlow |
Separation
Measurement: VeryShortLength
Declaration
public double Separation { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>