Measurement object for AVETO.app Visualization to demonstrate the tagging functionality
View Usage
·
Report Bug
·
Request Feature
Table of Contents
Object: Visualization Object
Name: Tagging Example
After creation, a small user interface is displayed that allows you to create tags with a mouse click. The JSON description of the tag can be customized via a text field.
Clone this repository and make sure you fulfill following requirements
- Installed AVETO.app >= 2.5.0
- Set AVETO_SDK_PATH as environment variable which by default points to the folder
C:\Program Files\b-plus\AVETO.app\sdk
- Installed Windows SDK-Version 10.0.17763.0
- Install AVETO.app
- Clone the repo
git clone https://github.com/bplus-group/aveto_mo_tagging_example.git
- Build the project
- Copy TaggingExample.dll to your AVETO MO directory (default:
%USERPROFILE%\Documents\AVETO\measobj\
)
Right-click in the node graph editor of the configuration manager and choose Visualization Objects -> Tagging Example as seen below.
By pressing the Create Tag button a new tag can be created. The JSON description of the tag can be customized using the Description text field.
If you have a suggestion that would improve this, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Check License information. See LICENSE
for more information.