Class CylindricalAccuracyGraderWithProfileFormAndSlope
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalAccuracyGraderWithProfileFormAndSlope
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.AccuracyAndTolerances
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class CylindricalAccuracyGraderWithProfileFormAndSlope : CylindricalAccuracyGrader, IEquatable<APIBase>
Properties
HelixSlopeDeviationPerInchFaceWidth
Measurement: VeryShortLength
Declaration
public double HelixSlopeDeviationPerInchFaceWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfPitchesForSectorPitchDeviation
The closest integer to the number of teeth divided by 8. The smallest useful value is 2.
Declaration
public int NumberOfPitchesForSectorPitchDeviation { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>