Class CylindricalGearLeadModification
Inheritance
System.Object
CylindricalGearLeadModification
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class CylindricalGearLeadModification : LeadModification, IEquatable<APIBase>
Properties
EvaluationLeftLimit
Declaration
public double EvaluationLeftLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationOfLinearLeftRelief
Declaration
public double EvaluationOfLinearLeftRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationOfLinearRightRelief
Declaration
public double EvaluationOfLinearRightRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationOfLinearSideRelief
Declaration
public double? EvaluationOfLinearSideRelief { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
EvaluationOfParabolicLeftRelief
Declaration
public double EvaluationOfParabolicLeftRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationOfParabolicRightRelief
Declaration
public double EvaluationOfParabolicRightRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationOfParabolicSideRelief
Declaration
public double? EvaluationOfParabolicSideRelief { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
EvaluationRightLimit
Declaration
public double EvaluationRightLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationSideLimit
Declaration
public double? EvaluationSideLimit { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
HelixAngleModificationAtOriginalReferenceDiameter
Declaration
public double HelixAngleModificationAtOriginalReferenceDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LeadModificationChart
Declaration
public TwoDChartDefinition LeadModificationChart { get; }
Property Value
LeadModificationForCustomer102CAD
Declaration
public LeadModificationForCustomer102CAD LeadModificationForCustomer102CAD { get; }
Property Value
LinearReliefAcrossFullFaceWidth
Declaration
public double LinearReliefAcrossFullFaceWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LinearReliefISODINAGMAVDI
Declaration
public double LinearReliefISODINAGMAVDI { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LinearReliefISODINAGMAVDIAcrossFullFaceWidth
Declaration
public double LinearReliefISODINAGMAVDIAcrossFullFaceWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LinearReliefLDP
Declaration
public double LinearReliefLDP { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LinearReliefLDPAcrossFullFaceWidth
Declaration
public double LinearReliefLDPAcrossFullFaceWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ModifiedBaseHelixAngle
Declaration
public double ModifiedBaseHelixAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ModifiedHelixAngleAssumingUnmodifiedNormalModule
Declaration
public double ModifiedHelixAngleAssumingUnmodifiedNormalModule { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ModifiedHelixAngleAtOriginalReferenceDiameter
Declaration
public double ModifiedHelixAngleAtOriginalReferenceDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ModifiedNormalPressureAngleDueToHelixAngleModificationAssumingUnmodifiedNormalModule
Declaration
public double ModifiedNormalPressureAngleDueToHelixAngleModificationAssumingUnmodifiedNormalModule { get; }
Property Value
| Type |
Description |
| System.Double |
|
ModifiedNormalPressureAngleDueToHelixAngleModificationAtOriginalReferenceDiameter
Declaration
public double ModifiedNormalPressureAngleDueToHelixAngleModificationAtOriginalReferenceDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
StartOfLinearLeftRelief
Declaration
public double StartOfLinearLeftRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartOfLinearRightRelief
Declaration
public double StartOfLinearRightRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartOfLinearSideRelief
Declaration
public double? StartOfLinearSideRelief { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
StartOfParabolicLeftRelief
Declaration
public double StartOfParabolicLeftRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartOfParabolicRightRelief
Declaration
public double StartOfParabolicRightRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartOfParabolicSideRelief
Declaration
public double? StartOfParabolicSideRelief { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
UseMeasuredData
Declaration
public override bool UseMeasuredData { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Methods
ReliefOf(Double)
Declaration
public double ReliefOf(double faceWidth)
Parameters
| Type |
Name |
Description |
| System.Double |
faceWidth |
|
Returns
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods