Class RollingRingAssemblyCompoundSystemDeflection
Inheritance
System.Object
RollingRingAssemblyCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RollingRingAssemblyCompoundSystemDeflection : SpecialisedAssemblyCompoundSystemDeflection, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<RollingRingAssemblySystemDeflection> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingAssemblySystemDeflection> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<RollingRingAssemblySystemDeflection> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingAssemblySystemDeflection> |
AssemblyDesign
Declaration
public RollingRingAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingAssembly |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public RollingRingAssembly ComponentDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingAssembly |
Implements
System.IEquatable<T>