Class LinearBacklashSpecification
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LinearBacklashSpecification
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 LinearBacklashSpecification : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
CircumferentialBacklashPitchCircle
Declaration
public CylindricalMeshLinearBacklashSpecification CircumferentialBacklashPitchCircle { get; }
Property Value
Type | Description |
---|---|
CylindricalMeshLinearBacklashSpecification |
CircumferentialBacklashReferenceCircle
Declaration
public CylindricalMeshLinearBacklashSpecification CircumferentialBacklashReferenceCircle { get; }
Property Value
Type | Description |
---|---|
CylindricalMeshLinearBacklashSpecification |
FlankName
Declaration
public string FlankName { get; }
Property Value
Type | Description |
---|---|
System.String |
LinearBacklash
Declaration
public ReadOnlyCollection<CylindricalMeshLinearBacklashSpecification> LinearBacklash { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalMeshLinearBacklashSpecification> |
NormalBacklash
Declaration
public CylindricalMeshLinearBacklashSpecification NormalBacklash { get; }
Property Value
Type | Description |
---|---|
CylindricalMeshLinearBacklashSpecification |
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
Type | Description |
---|---|
CylindricalMeshLinearBacklashSpecification |
Implements
System.IEquatable<T>