Class AGMA2000A88AccuracyGrader
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AGMA2000A88AccuracyGrader
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 class AGMA2000A88AccuracyGrader : CylindricalAccuracyGrader, IEquatable<APIBase>
Properties
AdjustedNumberOfTeeth
Declaration
public double AdjustedNumberOfTeeth { get; }
Property Value
Type | Description |
---|---|
System.Double |
AllowablePitchVariation
Declaration
public virtual OverridableTolerance AllowablePitchVariation { get; }
Property Value
Type | Description |
---|---|
OverridableTolerance |
ProfileTolerance
Declaration
public OverridableTolerance ProfileTolerance { get; }
Property Value
Type | Description |
---|---|
OverridableTolerance |
RadialRunoutTolerance
Declaration
public virtual OverridableTolerance RadialRunoutTolerance { get; }
Property Value
Type | Description |
---|---|
OverridableTolerance |
ToothAlignmentTolerance
Declaration
public OverridableTolerance ToothAlignmentTolerance { get; }
Property Value
Type | Description |
---|---|
OverridableTolerance |
ToothtoToothCompositeTolerance
Declaration
public virtual OverridableTolerance ToothtoToothCompositeTolerance { get; }
Property Value
Type | Description |
---|---|
OverridableTolerance |
TotalCompositeTolerance
Declaration
public virtual OverridableTolerance TotalCompositeTolerance { get; }
Property Value
Type | Description |
---|---|
OverridableTolerance |
Implements
System.IEquatable<T>