Class ConicalManufacturingSGMControlParameters
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalManufacturingSGMControlParameters
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 ConicalManufacturingSGMControlParameters : ConicalGearManufacturingControlParameters, IEquatable<APIBase>
Properties
DeltaGamma
Assumed change in pitch angle of generating gear. Used to cause a bias change.
Measurement: SmallAngle
Declaration
public double DeltaGamma { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ProfileMismatchFactor
Profile mismatch factor. 0 implies the pinion and wheel are conjugate up the tooth. 1 implies a separation of 0.00025 inches at root and tip.
Declaration
public double ProfileMismatchFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WorkHeadOffsetChange
Measurement: ShortLength
Declaration
public double WorkHeadOffsetChange { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>