CorrectionFileToScanner(Point3D) Method |
Converts the user coordinates in µm to scanner coordinates in bit.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public Point3DInt ToScanner(
Point3D field
)
Parameters
- field Point3D
- The 3D (X/Y/Z) user coordinates in µm. When working with 2D then the Z-value should be set to 0.
Return Value
Point3DIntThe (X/Y/Z) scanner coordinates in bits.
Remarks
The user coordinates are expected to be in the range between
-0.5 * FieldSize and
0.5 * FieldSize.
The result will be in bits in the range between
-524288 and
524287 bits.
This function should be used when working with 3D (or 2D) correction files. When working with 4D correction files
use
ToScanner(Point4D) instead.
See Also