Class PlanetCarrierSystemDeflection
Inheritance
System.Object
PlanetCarrierSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PlanetCarrierSystemDeflection : MountableComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public PlanetCarrier ComponentDesign { get; }
Property Value
Type | Description |
---|---|
PlanetCarrier |
ComponentLoadCase
Declaration
public PlanetCarrierLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
PlanetCarrierLoadCase |
PowerFlowResults
Declaration
public PlanetCarrierPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
PlanetCarrierPowerFlow |
Windup
Declaration
public ReadOnlyCollection<PlanetCarrierWindup> Windup { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetCarrierWindup> |
Implements
System.IEquatable<T>