Class OilSealAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
OilSealAdvancedSystemDeflection
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 OilSealAdvancedSystemDeflection : ConnectorAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public OilSeal ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| OilSeal |
ComponentLoadCase
Declaration
public OilSealLoadCase ComponentLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| OilSealLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<OilSealSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<OilSealSystemDeflection> |
Implements
System.IEquatable<T>