Class GearLoadCaseBase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearLoadCaseBase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.LoadCase
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearLoadCaseBase : GearDesignAnalysis, IEquatable<APIBase>
Properties
Duration
Measurement: Time
Declaration
public double Duration { get; }
Property Value
Type | Description |
---|---|
System.Double |
GearTemperature
Measurement: Temperature
Declaration
public double GearTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RotationSpeed
Measurement: AngularVelocity
Declaration
public double RotationSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SumpTemperature
Measurement: Temperature
Declaration
public double SumpTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>