Class ISO1328AccuracyGraderCommon
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ISO1328AccuracyGraderCommon
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 ISO1328AccuracyGraderCommon : CylindricalAccuracyGraderWithProfileFormAndSlope, IEquatable<APIBase>
Properties
BasePitchDeviation
Declaration
public OverridableTolerance BasePitchDeviation { get; }
Property Value
Type | Description |
---|---|
OverridableTolerance |
ToothtoToothRadialCompositeDeviation
Declaration
public virtual OverridableTolerance ToothtoToothRadialCompositeDeviation { get; }
Property Value
Type | Description |
---|---|
OverridableTolerance |
TotalRadialCompositeDeviation
Declaration
public virtual OverridableTolerance TotalRadialCompositeDeviation { get; }
Property Value
Type | Description |
---|---|
OverridableTolerance |
Implements
System.IEquatable<T>