Class RollingRingAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingAdvancedSystemDeflection
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 RollingRingAdvancedSystemDeflection : CouplingHalfAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public RollingRing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
RollingRing |
ComponentLoadCase
Declaration
public RollingRingLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
RollingRingLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<RollingRingSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingSystemDeflection> |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingAdvancedSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingAdvancedSystemDeflection> |
Implements
System.IEquatable<T>