Class CycloidalAssemblySystemDeflection
Inheritance
System.Object
CycloidalAssemblySystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CycloidalAssemblySystemDeflection : SpecialisedAssemblySystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public CycloidalAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
CycloidalAssembly |
AssemblyLoadCase
Declaration
public CycloidalAssemblyLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
CycloidalAssemblyLoadCase |
PowerFlowResults
Declaration
public CycloidalAssemblyPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
CycloidalAssemblyPowerFlow |
RingPinsToDiscConnections
Declaration
public ReadOnlyCollection<RingPinsToDiscConnectionSystemDeflection> RingPinsToDiscConnections { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RingPinsToDiscConnectionSystemDeflection> |
Implements
System.IEquatable<T>