Class PlanetCarrierLoadCase
Inheritance
System.Object
PlanetCarrierLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PlanetCarrierLoadCase : MountableComponentLoadCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public PlanetCarrier ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| PlanetCarrier |
PlanetManufactureErrors
Declaration
public ReadOnlyCollection<PlanetarySocketManufactureError> PlanetManufactureErrors { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<PlanetarySocketManufactureError> |
Implements
System.IEquatable<T>