Class TorqueConverterConnectionAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
TorqueConverterConnectionAdvancedSystemDeflection
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 TorqueConverterConnectionAdvancedSystemDeflection : CouplingConnectionAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public TorqueConverterConnection ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| TorqueConverterConnection |
ConnectionLoadCase
Declaration
public TorqueConverterConnectionLoadCase ConnectionLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| TorqueConverterConnectionLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<TorqueConverterConnectionSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<TorqueConverterConnectionSystemDeflection> |
Implements
System.IEquatable<T>