Class CylindricalGearBiasModification
Inheritance
System.Object
CylindricalGearBiasModification
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearBiasModification : BiasModification, IEquatable<APIBase>
Properties
LeadEvaluationLeftLimit
Declaration
public double LeadEvaluationLeftLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LeadEvaluationRightLimit
Declaration
public double LeadEvaluationRightLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PressureAngleModAtLeftLimit
Declaration
public double PressureAngleModAtLeftLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PressureAngleModAtRightLimit
Declaration
public double PressureAngleModAtRightLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileEvaluationLowerLimit
Declaration
public CylindricalGearProfileMeasurement ProfileEvaluationLowerLimit { get; }
Property Value
ProfileEvaluationLowerLimitDiameter
Declaration
public double ProfileEvaluationLowerLimitDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileEvaluationLowerLimitRadius
Declaration
public double ProfileEvaluationLowerLimitRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileEvaluationLowerLimitRollAngle
Declaration
public double ProfileEvaluationLowerLimitRollAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileEvaluationLowerLimitRollDistance
Declaration
public double ProfileEvaluationLowerLimitRollDistance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileEvaluationUpperLimit
Declaration
public CylindricalGearProfileMeasurement ProfileEvaluationUpperLimit { get; }
Property Value
ProfileEvaluationUpperLimitDiameter
Declaration
public double ProfileEvaluationUpperLimitDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileEvaluationUpperLimitRadius
Declaration
public double ProfileEvaluationUpperLimitRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileEvaluationUpperLimitRollAngle
Declaration
public double ProfileEvaluationUpperLimitRollAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProfileEvaluationUpperLimitRollDistance
Declaration
public double ProfileEvaluationUpperLimitRollDistance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReliefAtLeftLimitISOAGMADIN
Declaration
public double ReliefAtLeftLimitISOAGMADIN { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReliefAtLeftLimitLDP
Declaration
public double ReliefAtLeftLimitLDP { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReliefAtLeftLimitVDI
Declaration
public double ReliefAtLeftLimitVDI { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReliefAtRightLimitISOAGMADIN
Declaration
public double ReliefAtRightLimitISOAGMADIN { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReliefAtRightLimitLDP
Declaration
public double ReliefAtRightLimitLDP { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReliefAtRightLimitVDI
Declaration
public double ReliefAtRightLimitVDI { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ZeroBiasRelief
Declaration
public CylindricalGearProfileMeasurement ZeroBiasRelief { get; }
Property Value
Methods
ReliefOf(Double, Double)
Declaration
public double ReliefOf(double faceWidth, double rollDistance)
Parameters
| Type |
Name |
Description |
| System.Double |
faceWidth |
|
| System.Double |
rollDistance |
|
Returns
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods