Skip to content

Tools Reference

This section contains all the tools that can be used to create your program.

Each tool is composed by:

  • An action that is performed when the tool is run.
  • A list of properties that customize the behavior of the tool.

These properties are divided into four categories:

  • BASE_IN: Contains basics attributes such as the Enabled/Disabled value and the name of the selected tool.
  • IN: Contains input properties that are used as sources for the tool to run.
  • OUT: Contains all the values and objects given as output.
  • STATE_OUT: Contains the state of the output. It should be blank, but it could contain a possible error occurred during the execution of the project.

The values that a property can take can belong to different data types.