Class StraightBevelDiffGearMeshDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelDiffGearMeshDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.StraightBevelDiff
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StraightBevelDiffGearMeshDesign : BevelGearMeshDesign, IEquatable<APIBase>, IDisposable
Properties
PinionPerformanceTorque
The performance torque for a single mesh. This performance torque is used in the rating of bevel differential gears. It represents the maximum sustained loads. See 'Passenger Car Drive Axle Design' by the Gleason Works for more information.
Measurement: Torque
Declaration
public double PinionPerformanceTorque { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StraightBevelDiffGears
Declaration
public ReadOnlyCollection<StraightBevelDiffGearDesign> StraightBevelDiffGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearDesign> |
StraightBevelDiffGearSet
Declaration
public StraightBevelDiffGearSetDesign StraightBevelDiffGearSet { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSetDesign |
StraightBevelDiffMeshedGears
Declaration
public ReadOnlyCollection<StraightBevelDiffMeshedGearDesign> StraightBevelDiffMeshedGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffMeshedGearDesign> |
Implements
System.IEquatable<T>
System.IDisposable