GoToAndTriggerCommand(Double, Double, IListdvec3) Constructor |
Creates a new instance of the GoToAndTriggerCommand class with the specified parameters.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntaxpublic 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