Class ConicalManufacturingSMTControlParameters
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel.ControlParameters
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConicalManufacturingSMTControlParameters : ConicalGearManufacturingControlParameters, IEquatable<APIBase>
Properties
AngularAcceleration
Affects the transmission error of the gear pair. A value between 0.001 and 0.01 radians per second^2 is recommended.
Measurement: AngularAcceleration
Declaration
public double AngularAcceleration { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ClearanceBetweenFinishRootAndRoughRoot
This specifies the clearance between the root generated by the rough cutter and the root generated by the finish cutter. In order to achieve a smooth transition between the profile generated by the finish cutter and the root generated by the rough cutter, it is sometimes necessary to make the rough cutter generating a lower root than the finish cutter. A positive value here would increase the root diameter generated by the finish cutter.
Measurement: ShortLength
Declaration
public double ClearanceBetweenFinishRootAndRoughRoot { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaE
The specified misalignment is used in the calculation of machine settings such that under this misalignment the mean contact point is located as specified via the Mean Contact Point H, Mean Contact Point V, properties
Measurement: VeryShortLength
Declaration
public virtual double DeltaE { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaSigma
The specified misalignment is used in the calculation of machine settings such that under this misalignment the mean contact point is located as specified via the Mean Contact Point H, Mean Contact Point V, properties
Measurement: SmallAngle
Declaration
public virtual double DeltaSigma { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaXP
The specified misalignment is used in the calculation of machine settings such that under this misalignment the mean contact point is located as specified via the Mean Contact Point H, Mean Contact Point V, properties
Measurement: VeryShortLength
Declaration
public virtual double DeltaXP { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaXW
The specified misalignment is used in the calculation of machine settings such that under this misalignment the mean contact point is located as specified via the Mean Contact Point H, Mean Contact Point V, properties
Measurement: VeryShortLength
Declaration
public virtual double DeltaXW { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DirectionAngleOfPOC
Determines the angle of the path of contact. An angle of 0 defines a path of contact perpendicular to the root line of the gear tooth. The parameter affects the bias of the ease off surface at the mean contact point.
Measurement: Angle
Declaration
public double DirectionAngleOfPOC { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InitialWorkheadOffset
The initial value of workhead offset. The default value provided by MASTA is usually adequate, although in certain cases it is necessary to fine tune it manually.
Measurement: ShortLength
Declaration
public double InitialWorkheadOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MeanContactPointH
Specifies the location of the mean contact point on the wheel in (H,V) coordinate system. At the mean contact point the instantaneous ratio is given by the designed ratio. At this point the unloaded transmission error is 0.
Measurement: ShortLength
Declaration
public double MeanContactPointH { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MeanContactPointV
Specifies the location of the mean contact point on the wheel in (H,V) coordinate system. At the mean contact point the instantaneous ratio is given by the designed ratio. At this point the unloaded transmission error is 0.
Measurement: ShortLength
Declaration
public double MeanContactPointV { get; set; }
Property Value
Type | Description |
---|---|
System.Double |