Class ShaverPointCalculationError
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.PlungeShaving
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaverPointCalculationError : CalculationError, IEquatable<APIBase>
Properties
AchievedShaverRadius
Measurement: ShortLength
Declaration
public double AchievedShaverRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
AchievedShaverZPlane
Measurement: ShortLength
Declaration
public double AchievedShaverZPlane { get; }
Property Value
Type | Description |
---|---|
System.Double |
ShaverRadius
Measurement: ShortLength
Declaration
public double ShaverRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
ShaverZPlane
Measurement: ShortLength
Declaration
public double ShaverZPlane { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalError
Measurement: ShortLength
Declaration
public double TotalError { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>