Class RollingRingConnectionCompoundAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingConnectionCompoundAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollingRingConnectionCompoundAdvancedSystemDeflection : InterMountableComponentConnectionCompoundAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<RollingRingConnectionAdvancedSystemDeflection> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionAdvancedSystemDeflection> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<RollingRingConnectionAdvancedSystemDeflection> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionAdvancedSystemDeflection> |
ConnectionDesign
Declaration
public RollingRingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingConnection |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingConnectionCompoundAdvancedSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionCompoundAdvancedSystemDeflection> |
Implements
System.IEquatable<T>