Click or drag to resize

CommandListAppendMicroVectors(IEnumerablePoint3DInt) Method

Appends a list of micro vectors to the list.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendMicroVectors(
	IEnumerable<Point3DInt> bitPositions
)

Parameters

bitPositions  IEnumerablePoint3DInt
List of micro vectors for the the x-Axis, y-Axis and z-Axis in bits. Each value must be greater than -2097152 and less than +2097152.
Remarks
The micro vectors will be processed with an interval of 10μs. No delays will be applied and no Transformation will be used. The condition of the laser prior to this command is not changed. Note that FieldTransform and FieldCorrection will still be used.
See Also