Class CylindricalGearSetFlankDesign
Inheritance
System.Object
CylindricalGearSetFlankDesign
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearSetFlankDesign : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
BaseHelixAngle
Declaration
public double BaseHelixAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
FlankName
Declaration
public string FlankName { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double MinimumTotalContactRatio { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MinimumTransverseContactRatio { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalBasePitch
Declaration
public double NormalBasePitch { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalBasePitchSetByChangingNormalModule
Declaration
public double NormalBasePitchSetByChangingNormalModule { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NormalBasePitchSetByChangingNormalPressureAngle
Declaration
public double NormalBasePitchSetByChangingNormalPressureAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NormalPressureAngle
Declaration
public double NormalPressureAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TransverseBasePitch
Declaration
public double TransverseBasePitch { get; }
Property Value
| Type |
Description |
| System.Double |
|
TransversePressureAngle
Declaration
public double TransversePressureAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
TransversePressureAngleNormalPressureAngle
Declaration
public double TransversePressureAngleNormalPressureAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods