Class HobbingProcessLeadCalculation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HobbingProcessLeadCalculation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.HobbingProcessSimulationNew
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class HobbingProcessLeadCalculation : HobbingProcessCalculation, IEquatable<APIBase>
Properties
LeftFlank
Declaration
public CalculateLeadDeviationAccuracy LeftFlank { get; }
Property Value
| Type | Description |
|---|---|
| CalculateLeadDeviationAccuracy |
LeftFlankLeadModificationChart
Declaration
public TwoDChartDefinition LeftFlankLeadModificationChart { get; }
Property Value
| Type | Description |
|---|---|
| TwoDChartDefinition |
NumberOfLeadBands
Declaration
public int NumberOfLeadBands { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
RadiusForLeadModificationCalculation
Measurement: ShortLength
Declaration
public Overridable<double> RadiusForLeadModificationCalculation { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
RightFlank
Declaration
public CalculateLeadDeviationAccuracy RightFlank { get; }
Property Value
| Type | Description |
|---|---|
| CalculateLeadDeviationAccuracy |
RightFlankLeadModificationChart
Declaration
public TwoDChartDefinition RightFlankLeadModificationChart { get; }
Property Value
| Type | Description |
|---|---|
| TwoDChartDefinition |
Implements
System.IEquatable<T>