Class MeshLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MeshLoadCase
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 MeshLoadCase : GearMeshDesignAnalysis, IEquatable<APIBase>
Properties
DrivingGear
Declaration
public string DrivingGear { get; }
Property Value
Type | Description |
---|---|
System.String |
GearATorque
Measurement: Torque
Declaration
public double GearATorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
GearBTorque
Measurement: Torque
Declaration
public double GearBTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
IsLoaded
Declaration
public bool IsLoaded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SignedGearAPower
Measurement: Power
Declaration
public double SignedGearAPower { get; }
Property Value
Type | Description |
---|---|
System.Double |
SignedGearATorque
Measurement: Torque
Declaration
public double SignedGearATorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
SignedGearBPower
Measurement: Power
Declaration
public double SignedGearBPower { get; }
Property Value
Type | Description |
---|---|
System.Double |
SignedGearBTorque
Measurement: Torque
Declaration
public double SignedGearBTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>