Click or drag to resize

GoToAndTriggerCommand(Double, Double, IListdvec3) Constructor

Creates a new instance of the GoToAndTriggerCommand class with the specified parameters.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntax
C#
public GoToAndTriggerCommand(
	double jumpSpeed,
	double jumpDelay,
	IList<dvec3> positions
)

Parameters

jumpSpeed  Double
Speed with which to jump to position.
jumpDelay  Double
Delay to wait after jump, handled by card.
positions  IListdvec3
List of positions to jump to and measure at.
See Also