Class BearingParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BearingParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BearingParametricStudyTool : ConnectorParametricStudyTool, IEquatable<APIBase>
Properties
BearingDutyCycleResults
Declaration
public ReadOnlyCollection<LoadedBearingDutyCycle> BearingDutyCycleResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<LoadedBearingDutyCycle> |
ComponentDesign
Declaration
public Bearing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Bearing |
ComponentLoadCase
Declaration
public BearingLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
BearingLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<BearingSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingSystemDeflection> |
Planetaries
Declaration
public ReadOnlyCollection<BearingParametricStudyTool> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingParametricStudyTool> |
Implements
System.IEquatable<T>