Class ShaverPointCalculationError
Inheritance
System.Object
ShaverPointCalculationError
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ShaverPointCalculationError : CalculationError, IEquatable<APIBase>
Properties
AchievedShaverRadius
Declaration
public double AchievedShaverRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
AchievedShaverZPlane
Declaration
public double AchievedShaverZPlane { get; }
Property Value
| Type |
Description |
| System.Double |
|
ShaverRadius
Declaration
public double ShaverRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
ShaverZPlane
Declaration
public double ShaverZPlane { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalError
Declaration
public double TotalError { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods