RAYLASE. |
This namespace contains the classes used for managing RAYGUIDE's "Click & Teach" add-on. Click & Teach allows the user to take on axis images of the workspace and to move a job's objects congruent with real objects photographed by the camera.
See the Click & Teach manual for details how to use this feature. An example how to use the properties and methods of this API can be found in the sample projects in the SDK folder of the RAYGUIDE installation.
| Class | Description | |
|---|---|---|
| ClickAndTeach | The class holds some properties and methods to allow taking pictures with a camera which are arranged in tiles. Tiling can be done by covering the whole scan field the camera is assigned to, or by determining the size the tiled area should have around a target point. | |
| ClickAndTeachSettings | This class holds the Click and Teach settings as shown in the panel; needed for serialization. | |
| ClickAndTeachSettingsView | Interaction logic for ClickAndTeachSettings.xaml | |
| ClickAndTeachView | Interaction logic for ClickAndTeachView.xaml | |
| ClickAndTeachViewModel | This class holds the logic for the Click and Teach panel. | |
| ClickAndTeachViewModelCameraBindingModel | helper class for UI-binding | |
| ClickAndTeachViewModelProcessTransformationEventArgs | ||
| CustomUIsProvider | ||
| ImageMetadata | ||
| PluginsProvider |
| Delegate | Description | |
|---|---|---|
| ClickAndTeachViewModelUpdatePreviewPoint |
| Enumeration | Description | |
|---|---|---|
| ClickAndTeachSettingsTileTargets | ||
| ClickAndTeachViewModelSecondCameraMode | ||
| TilingSize | This enumeration controls the size of the area which is tiled when calling the method Tile(dvec3, TilingSize). |