Class CylindricalGearManufactureError
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearManufactureError : GearManufactureError, IEquatable<APIBase>
Properties
ClockingAngleError
Measurement: Angle
Declaration
public Overridable<double> ClockingAngleError { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
ExtraBacklash
Adds extra backlash to any of this gear's meshes on top of that specified in design
Measurement: VeryShortLength
Declaration
public Overridable<double> ExtraBacklash { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
PitchErrorMeasurementDiameter
When the measurement diameter is not specified, it is calculated according to ISO 1328-1:2013(E): dM = da - 2mn for external gears and dM = da + 2mn for internal gears
Measurement: ShortLength
Declaration
public Overridable<double> PitchErrorMeasurementDiameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
PitchErrorMeasurementFaceWidth
When the measurement face width is not specified, the value is taken as half of the face width of the gear.
Measurement: ShortLength
Declaration
public Overridable<double> PitchErrorMeasurementFaceWidth { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
PitchErrorPhaseShiftOnLeftFlank
Measurement: Angle
Declaration
public double PitchErrorPhaseShiftOnLeftFlank { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PitchErrorPhaseShiftOnRightFlank
Measurement: Angle
Declaration
public double PitchErrorPhaseShiftOnRightFlank { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PitchErrorsLeftFlank
The individual cumulative pitch deviations as defined by e.g. ISO 1328-1:2013(E). They correspond to the displacement of a tooth flank from its theoretical position, relative to a datum tooth flank. The datum position may be modified via the Pitch Error Phase Shift properties.
Declaration
public Vector2DListAccessor PitchErrorsLeftFlank { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
PitchErrorsRightFlank
The individual cumulative pitch deviations as defined by e.g. ISO 1328-1:2013(E). They correspond to the displacement of a tooth flank from its theoretical position, relative to a datum tooth flank. The datum position may be modified via the Pitch Error Phase Shift properties.
Declaration
public Vector2DListAccessor PitchErrorsRightFlank { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
Runout
Defines the runout of the pitch circle. It is the error in radial position of the teeth.
Measurement: VeryShortLength
Declaration
public Overridable<double> Runout { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
RunoutReferenceAngle
Defines the angle at which the run out is applied at time 0. Angle is about the gear Z axis, measured clockwise from the gear reference axis.
Measurement: Angle
Declaration
public double RunoutReferenceAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SeparationOnLeftFlank
Measurement: VeryShortLength
Declaration
public Overridable<double> SeparationOnLeftFlank { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SeparationOnRightFlank
Measurement: VeryShortLength
Declaration
public Overridable<double> SeparationOnRightFlank { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |