Class WormGrindingCutterCalculation
Inheritance
System.Object
WormGrindingCutterCalculation
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class WormGrindingCutterCalculation : WormGrindingProcessCalculation, IEquatable<APIBase>
Properties
GrinderToothShapeChart
Declaration
public TwoDChartDefinition GrinderToothShapeChart { get; }
Property Value
Declaration
public PointOfInterest InputGearPointOfInterest { get; }
Property Value
NumberOfProfileBands
Declaration
public int NumberOfProfileBands { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
UseDesignModeMicroGeometry
Declaration
public bool UseDesignModeMicroGeometry { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
WormAxialZ
Declaration
public double WormAxialZ { get; }
Property Value
| Type |
Description |
| System.Double |
|
WormRadius
Declaration
public double WormRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
CalculateGrinderAxialSectionToothShape()
Declaration
public void CalculateGrinderAxialSectionToothShape()
CalculatePointOfInterest()
Declaration
public void CalculatePointOfInterest()
Implements
System.IEquatable<T>
Extension Methods