Class LinearBacklashSpecification
Inheritance
System.Object
LinearBacklashSpecification
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class LinearBacklashSpecification : APIBase, IEquatable<APIBase>
Properties
CircumferentialBacklashPitchCircle
Declaration
public CylindricalMeshLinearBacklashSpecification CircumferentialBacklashPitchCircle { get; }
Property Value
CircumferentialBacklashReferenceCircle
Declaration
public CylindricalMeshLinearBacklashSpecification CircumferentialBacklashReferenceCircle { get; }
Property Value
FlankName
Declaration
public string FlankName { get; }
Property Value
Type |
Description |
System.String |
|
LinearBacklash
Declaration
public ReadOnlyCollection<CylindricalMeshLinearBacklashSpecification> LinearBacklash { get; }
Property Value
NormalBacklash
Declaration
public CylindricalMeshLinearBacklashSpecification NormalBacklash { get; }
Property Value
RadialBacklash
The radial backlash is the distance to be moved by one of the gears towards the other, on the centre line between them so that both flanks are in contract (zero backlash condition).
Declaration
public CylindricalMeshLinearBacklashSpecification RadialBacklash { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods