Class RealPlungeShaverOutputs
Inheritance
System.Object
RealPlungeShaverOutputs
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RealPlungeShaverOutputs : PlungeShaverOutputs, IEquatable<APIBase>
Properties
FaceWidth
Declaration
public double FaceWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
HighestShaverTipDiameter
Declaration
public double HighestShaverTipDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
LeadMeasurementMethod
Declaration
public MicroGeometryDefinitionMethod LeadMeasurementMethod { get; set; }
Property Value
LeftFlankMicroGeometry
Declaration
public CylindricalGearSpecifiedMicroGeometry LeftFlankMicroGeometry { get; }
Property Value
LowestShaverTipDiameter
Declaration
public double LowestShaverTipDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
MicroGeometry
Declaration
public ReadOnlyCollection<CylindricalGearSpecifiedMicroGeometry> MicroGeometry { get; }
Property Value
ProfileMeasurementMethod
Declaration
public MicroGeometryDefinitionMethod ProfileMeasurementMethod { get; set; }
Property Value
RightFlankMicroGeometry
Declaration
public CylindricalGearSpecifiedMicroGeometry RightFlankMicroGeometry { get; }
Property Value
Shaver
Declaration
public CylindricalGearPlungeShaver Shaver { get; }
Property Value
SpecifyFaceWidth
Declaration
public bool SpecifyFaceWidth { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
CalculateMicroGeometry()
Declaration
public void CalculateMicroGeometry()
FaceWidthRequiresCalculation()
Declaration
public void FaceWidthRequiresCalculation()
Implements
System.IEquatable<T>
Extension Methods