Class OilSeal
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
OilSeal
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class OilSeal : Connector, IEquatable<APIBase>
Properties
DragTorqueVsRotationalSpeed
Declaration
public Vector2DListAccessor DragTorqueVsRotationalSpeed { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
InterceptOfLinearEquationDefiningTheEffectOfTemperature
Declaration
public double InterceptOfLinearEquationDefiningTheEffectOfTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OilSealCharacteristicLife
User input
Measurement: Time
Declaration
public double OilSealCharacteristicLife { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OilSealFrictionalTorque
Measurement: Torque
Declaration
public double OilSealFrictionalTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
OilSealLossCalculationMethod
Declaration
public EnumWithSelectedValue<OilSealLossCalculationMethod> OilSealLossCalculationMethod { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<OilSealLossCalculationMethod> |
OilSealMaterial
Declaration
public OilSealMaterialType OilSealMaterial { get; set; }
Property Value
Type | Description |
---|---|
OilSealMaterialType |
OilSealMeanTimeBeforeFailure
User input
Measurement: Time
Declaration
public double OilSealMeanTimeBeforeFailure { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OilSealOrientation
Declaration
public Orientations OilSealOrientation { get; set; }
Property Value
Type | Description |
---|---|
Orientations |
SlopeOfLinearEquationDefiningTheEffectOfTemperature
Declaration
public double SlopeOfLinearEquationDefiningTheEffectOfTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Measurement: ShortLength
Declaration
public Overridable<double> Width { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>