Class CylindricalGearAbstractCutterDesign
Inheritance
System.Object
CylindricalGearAbstractCutterDesign
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class CylindricalGearAbstractCutterDesign : NamedDatabaseItem, IEquatable<APIBase>
Properties
CutterType
Declaration
public string CutterType { get; }
Property Value
| Type |
Description |
| System.String |
|
EdgeRadius
Declaration
public virtual double EdgeRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NominalNormalPressureAngle
Declaration
public Overridable<double> NominalNormalPressureAngle { get; set; }
Property Value
NormalModule
Declaration
public double NormalModule { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NormalPressureAngle
Declaration
public double NormalPressureAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods