Class DIN3967SystemOfGearFits
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DIN3967SystemOfGearFits
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 DIN3967SystemOfGearFits : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ToothThicknessReductionAllowance
DIN 3967:1978 allowance series reference letter.
Declaration
public DIN3967AllowanceSeries ToothThicknessReductionAllowance { get; set; }
Property Value
Type | Description |
---|---|
DIN3967AllowanceSeries |
ToothThicknessTolerance
DIN 3967:1978 tolerance series reference number, from 21 to 30, of which 24 to 27 is preferred.
Declaration
public DIN3967ToleranceSeries ToothThicknessTolerance { get; set; }
Property Value
Type | Description |
---|---|
DIN3967ToleranceSeries |
Implements
System.IEquatable<T>