Class PinionFinishMachineSettings
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PinionFinishMachineSettings
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class PinionFinishMachineSettings : ConicalGearToothSurface, IEquatable<APIBase>
Properties
BladeEdgeRadius
Measurement: ShortLength
Declaration
public double BladeEdgeRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
CCAngle
Measurement: Angle
Declaration
public double CCAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CutterRadius
Measurement: ShortLength
Declaration
public double CutterRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EaseOffAtHeelRoot
Measurement: VeryShortLength
Declaration
public double EaseOffAtHeelRoot { get; }
Property Value
Type | Description |
---|---|
System.Double |
EaseOffAtHeelTip
Measurement: VeryShortLength
Declaration
public double EaseOffAtHeelTip { get; }
Property Value
Type | Description |
---|---|
System.Double |
EaseOffAtToeRoot
Measurement: VeryShortLength
Declaration
public double EaseOffAtToeRoot { get; }
Property Value
Type | Description |
---|---|
System.Double |
EaseOffAtToeTip
Measurement: VeryShortLength
Declaration
public double EaseOffAtToeTip { get; }
Property Value
Type | Description |
---|---|
System.Double |
PinionCutterBladeAngle
Measurement: Angle
Declaration
public double PinionCutterBladeAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TopremAngle
Measurement: Angle
Declaration
public double TopremAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
TopremLength
Measurement: ShortLength
Declaration
public double TopremLength { get; }
Property Value
Type | Description |
---|---|
System.Double |
TopremLetter
Declaration
public TopremLetter TopremLetter { get; }
Property Value
Type | Description |
---|---|
TopremLetter |
Implements
System.IEquatable<T>