Class CylindricalMeshAngularBacklash
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalMeshAngularBacklash
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalMeshAngularBacklash : CylindricalMeshLinearBacklashSpecification, IEquatable<APIBase>
Properties
AverageMean
The average angle a gear needs to be rotated so that the non working flanks come into contact given the working flanks are in contact.
Measurement: SmallAngle
Declaration
public override Overridable<double> AverageMean { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Overrides
SMT.MastaAPI.Gears.GearDesigns.Cylindrical.TolerancedValueSpecification<SMT.MastaAPI.Gears.GearDesigns.Cylindrical.BacklashSpecification>.AverageMean
Maximum
The angle a gear needs to be rotated so that the non working flanks come into contact given the working flanks are in contact.
Measurement: SmallAngle
Declaration
public override Overridable<double> Maximum { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Overrides
SMT.MastaAPI.Gears.GearDesigns.Cylindrical.TolerancedValueSpecification<SMT.MastaAPI.Gears.GearDesigns.Cylindrical.BacklashSpecification>.Maximum
Minimum
The minimum angle a gear needs to be rotated so that the non working flanks come into contact given the working flanks are in contact.
Measurement: SmallAngle
Declaration
public override Overridable<double> Minimum { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Overrides
SMT.MastaAPI.Gears.GearDesigns.Cylindrical.TolerancedValueSpecification<SMT.MastaAPI.Gears.GearDesigns.Cylindrical.BacklashSpecification>.Minimum
Spread
The difference between the Maximum and Minimum values.
Measurement: SmallAngle
Declaration
public override Overridable<double> Spread { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Overrides
SMT.MastaAPI.Gears.GearDesigns.Cylindrical.TolerancedValueSpecification<SMT.MastaAPI.Gears.GearDesigns.Cylindrical.BacklashSpecification>.Spread
Implements
System.IEquatable<T>