Class BacklashSpecification
Inheritance
System.Object
BacklashSpecification
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BacklashSpecification : RelativeValuesSpecification<BacklashSpecification>, IEquatable<APIBase>
Properties
AngularBacklash
Declaration
public ReadOnlyCollection<CylindricalMeshAngularBacklash> AngularBacklash { get; }
Property Value
BothFlanks
Declaration
public LinearBacklashSpecification BothFlanks { get; }
Property Value
Flanks
Declaration
public ReadOnlyCollection<LinearBacklashSpecification> Flanks { get; }
Property Value
LeftFlank
Declaration
public LinearBacklashSpecification LeftFlank { get; }
Property Value
RightFlank
Declaration
public LinearBacklashSpecification RightFlank { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods