Click or drag to resize

CommandListAppendJumpAbs(Point3D) Method

With the laser off, moves from the current position to that described by the given absolute co-ordinates.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.12.2
Syntax
C#
public void AppendJumpAbs(
	Point3D point
)

Parameters

point  Point3D
The absolute coordinates of the end-point.
Remarks

Appends a JUMP_3D_ABS command to the list. See also: 9.1.1 Straight Lines and Jumps.

Example
Please refer to 12.3 Example Code in this Manual for examples using this, and similar, methods.
See Also