Class PlanetManufactureError
Inheritance
System.Object
PlanetManufactureError
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class PlanetManufactureError : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AngleOfErrorInPinCoordinateSystem
Declaration
public double AngleOfErrorInPinCoordinateSystem { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AngularError
Declaration
public double AngularError { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
HoleRadialDisplacement
Declaration
public double HoleRadialDisplacement { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
RadialError
Declaration
public double RadialError { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RadialErrorCarrier
Declaration
public double RadialErrorCarrier { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RadialTiltError
Declaration
public double RadialTiltError { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TangentialError
Declaration
public double TangentialError { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TangentialTiltError
Declaration
public double TangentialTiltError { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
XError
Declaration
public double XError { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
XTiltError
Declaration
public double XTiltError { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YError
Declaration
public double YError { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YTiltError
Declaration
public double YTiltError { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods