Class ConicalManufacturingSGTControlParameters
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalManufacturingSGTControlParameters
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel.ControlParameters
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConicalManufacturingSGTControlParameters : ConicalGearManufacturingControlParameters, IEquatable<APIBase>
Properties
DeltaAX
Assumed change in the cone distance of the generating gear, use 0 unless experience dictates otherwise
Measurement: ShortLength
Declaration
public double DeltaAX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaGammaM
Third order root angle change, used to control the length and width of the contact pattern at the toe and heel of the tooth.
Measurement: SmallAngle
Declaration
public double DeltaGammaM { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaGammaX
Assumed change in pitch angle of the generating gear used to control the profile width of the contact pattern
Measurement: SmallAngle
Declaration
public double DeltaGammaX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RootAngleOfThePinion
Controls the root angle of the pinion, use 0 unless experience dictates otherwise
Measurement: SmallAngle
Declaration
public double RootAngleOfThePinion { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>