Class PinionFinishMachineSettings
Inheritance
System.Object
PinionFinishMachineSettings
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class PinionFinishMachineSettings : ConicalGearToothSurface, IEquatable<APIBase>
Properties
BladeEdgeRadius
Declaration
public double BladeEdgeRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
CCAngle
Declaration
public double CCAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
CutterRadius
Declaration
public double CutterRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EaseOffAtHeelRoot
Declaration
public double EaseOffAtHeelRoot { get; }
Property Value
| Type |
Description |
| System.Double |
|
EaseOffAtHeelTip
Declaration
public double EaseOffAtHeelTip { get; }
Property Value
| Type |
Description |
| System.Double |
|
EaseOffAtToeRoot
Declaration
public double EaseOffAtToeRoot { get; }
Property Value
| Type |
Description |
| System.Double |
|
EaseOffAtToeTip
Declaration
public double EaseOffAtToeTip { get; }
Property Value
| Type |
Description |
| System.Double |
|
PinionCutterBladeAngle
Declaration
public double PinionCutterBladeAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TopremAngle
Declaration
public double TopremAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
TopremLength
Declaration
public double TopremLength { get; }
Property Value
| Type |
Description |
| System.Double |
|
TopremLetter
Declaration
public TopremLetter TopremLetter { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods