Class CylindricalGearGrindingWorm
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearGrindingWorm
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 class CylindricalGearGrindingWorm : CylindricalGearRackDesign, IEquatable<APIBase>
Properties
EdgeHeight
This is the height of the edge circle from the tip.
Measurement: ShortLength
Declaration
public override double EdgeHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
FlatTipWidth
The width of the flat top of the worm grinder tooth.
Measurement: ShortLength
Declaration
public override double FlatTipWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
HasTolerances
Declaration
public override bool HasTolerances { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
NominalRackShape
Declaration
public override RackShape NominalRackShape { get; }
Property Value
Type | Description |
---|---|
RackShape |
Overrides
NominalWormGrinderShape
Declaration
public CylindricalGearWormGrinderShape NominalWormGrinderShape { get; }
Property Value
Type | Description |
---|---|
CylindricalGearWormGrinderShape |
Implements
System.IEquatable<T>