Class ConicalGearManufacturingControlParameters
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearManufacturingControlParameters
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 abstract class ConicalGearManufacturingControlParameters : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
LengthFactorOfContactPattern
Determines the length of the major axis of the contact ellipse displayed in TCA results as a factor of the wheel's face width. Affects lengthwise crowning of the ease off along the flank. A value between 0 and 1 should be used.
Declaration
public double LengthFactorOfContactPattern { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PinionRootReliefLength
Measurement: ShortLength
Declaration
public double PinionRootReliefLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>