Class RollingRingCompoundSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollingRingCompoundSystemDeflection : CouplingHalfCompoundSystemDeflection, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<RollingRingSystemDeflection> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingSystemDeflection> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<RollingRingSystemDeflection> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingSystemDeflection> |
ComponentDesign
Declaration
public RollingRing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
RollingRing |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingCompoundSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingCompoundSystemDeflection> |
Implements
System.IEquatable<T>