Class PlanetCarrierSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlanetCarrierSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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>