Class CylindricalAccuracyGrader
Inheritance
System.Object
CylindricalAccuracyGrader
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.AccuracyAndTolerances
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class CylindricalAccuracyGrader : APIBase, IEquatable<APIBase>
Properties
AccuracyGrades
Declaration
public CylindricalAccuracyGrades AccuracyGrades { get; }
Property Value
Type | Description |
---|---|
CylindricalAccuracyGrades |
ToleranceStandard
Declaration
public string ToleranceStandard { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>