Class OilSealCompoundParametricStudyTool
Inheritance
System.Object
OilSealCompoundParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class OilSealCompoundParametricStudyTool : ConnectorCompoundParametricStudyTool, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<OilSealParametricStudyTool> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<OilSealParametricStudyTool> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<OilSealParametricStudyTool> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<OilSealParametricStudyTool> |
ComponentDesign
Declaration
public OilSeal ComponentDesign { get; }
Property Value
Type | Description |
---|---|
OilSeal |
PropertiesChangingAllLoadCases
Declaration
public OilSealLoadCase PropertiesChangingAllLoadCases { get; }
Property Value
Type | Description |
---|---|
OilSealLoadCase |
Implements
System.IEquatable<T>