Class CylindricalGearMeshFlankDesign
Inheritance
System.Object
CylindricalGearMeshFlankDesign
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearMeshFlankDesign : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
DegreeOfToothLoss
Declaration
public double DegreeOfToothLoss { get; }
Property Value
| Type |
Description |
| System.Double |
|
FlankName
Declaration
public string FlankName { get; }
Property Value
| Type |
Description |
| System.String |
|
ISO14179Part2ToothLossFactor
Declaration
public double ISO14179Part2ToothLossFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
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