Class CylindricalGearShaver
Inheritance
System.Object
CylindricalGearShaver
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearShaver : InvoluteCutterDesign, IEquatable<APIBase>
Properties
BaseDiameter
Declaration
public double BaseDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
FaceWidth
Declaration
public virtual double FaceWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
HasTolerances
Declaration
public override bool HasTolerances { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
NormalTipThickness
Declaration
public double NormalTipThickness { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public Overridable<double> RootFormDiameter { get; set; }
Property Value
TipDiameter
Declaration
public double TipDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods