CommandListAppendMicroVectors(IEnumerablePoint2DInt) Method |
Note: This API is now obsolete.
Appends a list of micro vectors to the list.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax [ObsoleteAttribute("This method is deprecated, please use AppendPositions instead.")]
public void AppendMicroVectors(
IEnumerable<Point2DInt> bitPositions
)
Parameters
- bitPositions IEnumerablePoint2DInt
- List of micro vectors for the x-Axis and y-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