Class ShaverPointCalculationError
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaverPointCalculationError
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.PlungeShaving
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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>