Class CylindricalGearAccuracyTolerances
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearAccuracyTolerances
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 CylindricalGearAccuracyTolerances : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
AGMA2000GearAccuracyTolerances
Declaration
public AGMA2000A88AccuracyGrader AGMA2000GearAccuracyTolerances { get; }
Property Value
Type | Description |
---|---|
AGMA2000A88AccuracyGrader |
AGMA2015GearAccuracyTolerances
Declaration
public AGMA20151A01AccuracyGrader AGMA2015GearAccuracyTolerances { get; }
Property Value
Type | Description |
---|---|
AGMA20151A01AccuracyGrader |
AGMAISO13281GearAccuracyTolerances
Declaration
public AGMAISO13281B14AccuracyGrader AGMAISO13281GearAccuracyTolerances { get; }
Property Value
Type | Description |
---|---|
AGMAISO13281B14AccuracyGrader |
ISO132811995GearAccuracyTolerances
Declaration
public ISO132811995AccuracyGrader ISO132811995GearAccuracyTolerances { get; }
Property Value
Type | Description |
---|---|
ISO132811995AccuracyGrader |
ISO132812013GearAccuracyTolerances
Declaration
public ISO132812013AccuracyGrader ISO132812013GearAccuracyTolerances { get; }
Property Value
Type | Description |
---|---|
ISO132812013AccuracyGrader |
Implements
System.IEquatable<T>