Class PlanetCarrierModalAnalysis
Inheritance
System.Object
PlanetCarrierModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PlanetCarrierModalAnalysis : MountableComponentModalAnalysis, 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 |
SystemDeflectionResults
Declaration
public PlanetCarrierSystemDeflection SystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| PlanetCarrierSystemDeflection |
Implements
System.IEquatable<T>