Class BacklashSpecification
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BacklashSpecification
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 BacklashSpecification : RelativeValuesSpecification<BacklashSpecification>, IEquatable<APIBase>
Properties
AngularBacklash
Declaration
public ReadOnlyCollection<CylindricalMeshAngularBacklash> AngularBacklash { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalMeshAngularBacklash> |
BothFlanks
Declaration
public LinearBacklashSpecification BothFlanks { get; }
Property Value
Type | Description |
---|---|
LinearBacklashSpecification |
Flanks
Declaration
public ReadOnlyCollection<LinearBacklashSpecification> Flanks { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<LinearBacklashSpecification> |
LeftFlank
Declaration
public LinearBacklashSpecification LeftFlank { get; }
Property Value
Type | Description |
---|---|
LinearBacklashSpecification |
RightFlank
Declaration
public LinearBacklashSpecification RightFlank { get; }
Property Value
Type | Description |
---|---|
LinearBacklashSpecification |
Implements
System.IEquatable<T>