Class PlanetCarrierCompoundParametricStudyTool
Inheritance
System.Object
PlanetCarrierCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PlanetCarrierCompoundParametricStudyTool : MountableComponentCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<PlanetCarrierParametricStudyTool> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetCarrierParametricStudyTool> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<PlanetCarrierParametricStudyTool> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetCarrierParametricStudyTool> |
ComponentDesign
Declaration
public PlanetCarrier ComponentDesign { get; }
Property Value
Type | Description |
---|---|
PlanetCarrier |
PropertiesChangingAllLoadCases
Declaration
public PlanetCarrierLoadCase PropertiesChangingAllLoadCases { get; }
Property Value
Type | Description |
---|---|
PlanetCarrierLoadCase |
Implements
System.IEquatable<T>