Class HobbingProcessPitchCalculation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HobbingProcessPitchCalculation
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 HobbingProcessPitchCalculation : HobbingProcessCalculation, IEquatable<APIBase>
Properties
LeftFlank
Declaration
public CalculatePitchDeviationAccuracy LeftFlank { get; }
Property Value
Type | Description |
---|---|
CalculatePitchDeviationAccuracy |
PitchModificationChart
Declaration
public TwoDChartDefinition PitchModificationChart { get; }
Property Value
Type | Description |
---|---|
TwoDChartDefinition |
ResultZPlane
Measurement: ShortLength
Declaration
public double ResultZPlane { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RightFlank
Declaration
public CalculatePitchDeviationAccuracy RightFlank { get; }
Property Value
Type | Description |
---|---|
CalculatePitchDeviationAccuracy |
Implements
System.IEquatable<T>