Click or drag to resize

CommandListAppendPositions(IEnumerablePoint3D) Method

Appends a list of 3D positions to the list.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendPositions(
	IEnumerable<Point3D> positions
)

Parameters

positions  IEnumerablePoint3D
List of positions for the the x-Axis, y-Axis and z-Axis in micrometers.
Remarks
The positions will be processed with an interval of 10μs. No delays will be applied. The condition of the laser prior to this command is not changed. Note that FieldTransform and FieldCorrection will still be used.
See Also