Class CylindricalGearMeshFlankDesign
Inheritance
System.Object
CylindricalGearMeshFlankDesign
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CylindricalGearMeshFlankDesign : APIBase, IEquatable<APIBase>
Properties
DegreeOfToothLoss
Calculated according to VDI 2736:2014 and used for plastic tooth temperature calculations, partial contact ratio is calculated based on the tip diameter.
Declaration
public double DegreeOfToothLoss { get; }
Property Value
Type |
Description |
System.Double |
|
FlankName
Declaration
public string FlankName { get; }
Property Value
Type |
Description |
System.String |
|
ISO14179Part2ToothLossFactor
Calculated according to ISO/TR 14179-2:2001 Equation 14, addendum contact ratio is calculated based on the EAP diameter.
Declaration
public double ISO14179Part2ToothLossFactor { get; }
Property Value
Type |
Description |
System.Double |
|
The length of the path of contact from SAP to EAP measured along the transverse line of action
Measurement: ShortLength
Declaration
public double LengthOfContact { get; }
Property Value
Type |
Description |
System.Double |
|
SpecificSlidingChart
Declaration
public TwoDChartDefinition SpecificSlidingChart { get; }
Property Value
SumOfBaseRadius
Declaration
public double SumOfBaseRadius { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double TotalContactRatio { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double TransverseContactRatio { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double VirtualContactRatio { get; }
Property Value
Type |
Description |
System.Double |
|
WorkingNormalPressureAngle
Declaration
public double WorkingNormalPressureAngle { get; }
Property Value
Type |
Description |
System.Double |
|
WorkingTransversePressureAngle
Declaration
public double WorkingTransversePressureAngle { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods