Class ShaftCompoundParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShaftCompoundParametricStudyTool : AbstractShaftCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ShaftParametricStudyTool> ComponentAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ShaftParametricStudyTool> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ShaftParametricStudyTool> ComponentAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ShaftParametricStudyTool> |
ComponentDesign
Declaration
public Shaft ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| Shaft |
Planetaries
Declaration
public ReadOnlyCollection<ShaftCompoundParametricStudyTool> Planetaries { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ShaftCompoundParametricStudyTool> |
ShaftDutyCycleResults
Declaration
public ShaftDamageResults ShaftDutyCycleResults { get; }
Property Value
| Type | Description |
|---|---|
| ShaftDamageResults |
Implements
System.IEquatable<T>