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.ClickAndTeachPluginAssembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntaxpublic 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
BitmapHolderA BitmapHolder object containing the whole scan field
with the tiles put at the appropriate positions.
See Also