Click or drag to resize

ClickAndTeach Constructor

Constructs the ClickAndTeach object.

Namespace: RAYLASE.Marker.ClickAndTeachPlugin
Assembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntax
C#
public ClickAndTeach(
	MarkerAPI markerAPI,
	BasePluginCamera camera
)

Parameters

markerAPI  MarkerAPI
The used API object. Needed to have access to the workspace configuration e. g.
camera  BasePluginCamera
The used camera. This determines the used scan head.
See Also