Class TorqueConverterPumpAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
TorqueConverterPumpAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class TorqueConverterPumpAdvancedSystemDeflection : CouplingHalfAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public TorqueConverterPump ComponentDesign { get; }
Property Value
Type | Description |
---|---|
TorqueConverterPump |
ComponentLoadCase
Declaration
public TorqueConverterPumpLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
TorqueConverterPumpLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<TorqueConverterPumpSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<TorqueConverterPumpSystemDeflection> |
Implements
System.IEquatable<T>