Class WormGrindingProcessProfileCalculation
Inheritance
System.Object
WormGrindingProcessProfileCalculation
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGrindingProcessProfileCalculation : WormGrindingProcessCalculation, IEquatable<APIBase>
Properties
ChartDisplayMethod
Declaration
public CylindricalGearProfileMeasurementType ChartDisplayMethod { get; set; }
Property Value
LeftFlank
Declaration
public CalculateProfileDeviationAccuracy LeftFlank { get; }
Property Value
LeftFlankProfileModificationChart
Declaration
public TwoDChartDefinition LeftFlankProfileModificationChart { get; }
Property Value
NumberOfProfileBands
Declaration
public int NumberOfProfileBands { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ResultZPlane
Declaration
public double ResultZPlane { get; set; }
Property Value
Type |
Description |
System.Double |
|
RightFlank
Declaration
public CalculateProfileDeviationAccuracy RightFlank { get; }
Property Value
RightFlankProfileModificationChart
Declaration
public TwoDChartDefinition RightFlankProfileModificationChart { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods