Click or drag to resize

AccuracyEstimate Class

A dimension accuracy estimate for a specific working volume
Inheritance Hierarchy
SystemObject
  Zivid.NET.Experimental.CalibrationAccuracyEstimate

Namespace:  Zivid.NET.Experimental.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class AccuracyEstimate : IDisposable

The AccuracyEstimate type exposes the following members.

Properties
  NameDescription
Public propertyDimensionAccuracy
The estimated dimension accuracy error obtained if the correction is applied
Public propertyZMax
The range of validity of the accuracy estimate (upper end)
Public propertyZMin
The range of validity of the accuracy estimate (lower end)
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the AccuracyEstimate
Public methodGetNativePtr
Public methodToString (Overrides ObjectToString.)
Top
See Also