Class MeshLoadCase
Inheritance
System.Object
MeshLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class MeshLoadCase : GearMeshDesignAnalysis, IEquatable<APIBase>
Properties
DrivingGear
Declaration
public string DrivingGear { get; }
Property Value
| Type |
Description |
| System.String |
|
DrivingGearPower
Declaration
public double DrivingGearPower { get; }
Property Value
| Type |
Description |
| System.Double |
|
GearATorque
Declaration
public double GearATorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
GearBTorque
Declaration
public double GearBTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
IsLoaded
Declaration
public bool IsLoaded { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
SignedGearAPower
Declaration
public double SignedGearAPower { get; }
Property Value
| Type |
Description |
| System.Double |
|
SignedGearATorque
Declaration
public double SignedGearATorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
SignedGearBPower
Declaration
public double SignedGearBPower { get; }
Property Value
| Type |
Description |
| System.Double |
|
SignedGearBTorque
Declaration
public double SignedGearBTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods