Click or drag to resize

ScannerAPIGetNominalPosition Method

Gets the scanner's nominal position.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public Point3D GetNominalPosition()

Return Value

Point3D
The scanner's nominal position.
Remarks

This is the position, where the scanner is last commanded to move to, and is set while processing a list. The scanner physically may be steering to a different position while executing a list, but will stop at this position upon successful completion.

Any scanner-positioning list commands, such as Jump or Mark, update this position with the list's target position after passing through the list transformation.

See Also