Skip to content

Commit cf19553

Browse files
committed
Macro Module edited with the image
1 parent 4c574a3 commit cf19553

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mevislab.github.io/content/tutorials/basicmechanisms/macromodules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ You can add inputs and outputs to your macro module to connect it with the other
7171
You can add fields to your macro module. Fields allow you to change parameters for your module or to see the values of results. Fields can also be added to the panel of the macro module so that the user can change them.
7272
* **Fields:** These are parameters that control the module's behavior, typically visible in the module's panel or in the Module Inspector. You define fields in the *\*.script* file using the *Field* keyword, specifying the data type, default value, and other properties.
7373
The below figure shows the input, output and fields:
74+
75+
![Inputs, Outputs, and Fields](/images/tutorials/basicmechanics/fields.png "Inputs, Outputs, and Fields")
76+
7477
You have two options when adding fields to your macro module:
7578

7679
1. **Define your own fields:**

0 commit comments

Comments
 (0)