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