Class GearLoadCase
Inheritance
System.Object
GearLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class GearLoadCase : MountableComponentLoadCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Gear ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| Gear |
GearManufactureErrors
Declaration
public GearManufactureError GearManufactureErrors { get; }
Property Value
| Type | Description |
|---|---|
| GearManufactureError |
GearTemperature
Declaration
public Overridable<double> GearTemperature { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Implements
System.IEquatable<T>