Class CylindricalGearAbstractCutterDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearAbstractCutterDesign
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class CylindricalGearAbstractCutterDesign : NamedDatabaseItem, IEquatable<APIBase>
Properties
CutterType
Declaration
public string CutterType { get; }
Property Value
Type | Description |
---|---|
System.String |
EdgeRadius
The edge radius of the cutter tip which when roughing, determines the gear root fillet shape.
Measurement: ShortLength
Declaration
public virtual double EdgeRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NominalNormalPressureAngle
Measurement: Angle
Declaration
public Overridable<double> NominalNormalPressureAngle { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NormalModule
Measurement: ShortLength
Declaration
public double NormalModule { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NormalPressureAngle
Measurement: Angle
Declaration
public double NormalPressureAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>