Click or drag to resize

CommandListAppendJumpRel(Double, Double, Double) Method

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


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendJumpRel(
	double x,
	double y,
	double z
)

Parameters

x  Double
The relative x ordinate of the end-point.
y  Double
The relative y ordinate of the end-point.
z  Double
The relative z ordinate of the end-point.
Remarks
Appends a JUMP_3D_REL command to the list.
Example
Please refer to 12.3 Example Code in this Manual for examples using this, and similar, methods.
See Also