Class CylindricalGearLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearLoadCase : GearLoadCase, IEquatable<APIBase>
Properties
AxialReactionForce
Measurement: Force
Declaration
public double AxialReactionForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGear |
GearManufactureErrors
Declaration
public CylindricalGearManufactureError GearManufactureErrors { get; }
Property Value
Type | Description |
---|---|
CylindricalGearManufactureError |
LateralReactionForce
Measurement: Force
Declaration
public double LateralReactionForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
LateralReactionMoment
Measurement: Torque
Declaration
public double LateralReactionMoment { get; }
Property Value
Type | Description |
---|---|
System.Double |
OverriddenMicroGeometry
Declaration
public CylindricalGearMicroGeometryBase OverriddenMicroGeometry { get; }
Property Value
Type | Description |
---|---|
CylindricalGearMicroGeometryBase |
OverrideMicroGeometry
Declaration
public bool OverrideMicroGeometry { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearLoadCase> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearLoadCase> |
Power
Measurement: Power
Declaration
public double Power { get; }
Property Value
Type | Description |
---|---|
System.Double |
ReversedBendingFactor
Declaration
public Overridable<double> ReversedBendingFactor { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Speed
Measurement: AngularVelocity
Declaration
public double Speed { get; }
Property Value
Type | Description |
---|---|
System.Double |
Torque
Measurement: Torque
Declaration
public double Torque { get; }
Property Value
Type | Description |
---|---|
System.Double |
VerticalReactionForce
Measurement: Force
Declaration
public double VerticalReactionForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
VerticalReactionMoment
Measurement: Torque
Declaration
public double VerticalReactionMoment { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>