Class OilSealParametricStudyTool
Inheritance
System.Object
OilSealParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class OilSealParametricStudyTool : ConnectorParametricStudyTool, 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>