Class WormGrindingProcessTotalModificationCalculation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGrindingProcessTotalModificationCalculation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.HobbingProcessSimulationNew
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class WormGrindingProcessTotalModificationCalculation : WormGrindingProcessCalculation, IEquatable<APIBase>
Properties
LeadRangeMax
Measurement: ShortLength
Declaration
public double LeadRangeMax { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LeadRangeMin
Measurement: ShortLength
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
Type | Description |
---|---|
ThreeDChartDefinition |
TotalErrorsChartRightFlank
Declaration
public ThreeDChartDefinition TotalErrorsChartRightFlank { get; }
Property Value
Type | Description |
---|---|
ThreeDChartDefinition |
Implements
System.IEquatable<T>