Class WormGrindingProcessTotalModificationCalculation
Inheritance
System.Object
WormGrindingProcessTotalModificationCalculation
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class WormGrindingProcessTotalModificationCalculation : WormGrindingProcessCalculation, IEquatable<APIBase>
Properties
LeadRangeMax
Declaration
public double LeadRangeMax { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LeadRangeMin
Declaration
public double LeadRangeMin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfLeadBands
Declaration
public int NumberOfLeadBands { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfProfileBands
Declaration
public int NumberOfProfileBands { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
TotalErrorsChartLeftFlank
Declaration
public ThreeDChartDefinition TotalErrorsChartLeftFlank { get; }
Property Value
TotalErrorsChartRightFlank
Declaration
public ThreeDChartDefinition TotalErrorsChartRightFlank { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods