Click or drag to resize

ClickAndTeachTile(dvec3, TilingSize) Method

Creates a single tile or several tiles (according to the tilingMode) around the given point and puts them into a bitmap of the size needed for the whole scan field.

Namespace: RAYLASE.Marker.ClickAndTeachPlugin
Assembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntax
C#
public BitmapHolder Tile(
	dvec3 pointWorld,
	TilingSize tilingSize
)

Parameters

pointWorld  dvec3
The point in the workspace's coordinate system where the scan head's mirrors will put the laser beam to. This is not exactly the center of the tile but with the camera offset correction applied.
tilingSize  TilingSize
The size the tiled area will have.

Return Value

BitmapHolder
A BitmapHolder object containing the whole scan field with the tiles put at the appropriate positions.
See Also