Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mevislab.github.io/content/tutorials/basicmechanisms.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ You have probably already noticed how the modules differ in color. Each color re
* Green modules are OpenInventor modules, they enable visual 3D scene graphs.
* The brown modules are called macro modules. Macro modules encapsulate a whole network in a single module.

To condense our filter into one single module, we will now be creating a macro module out of it. To do that, right-click on the group title and select *Convert To Local Macro*. Name your new macro module and finish. You just created a local macro module. Local macro modules can only be used in the network they were created in.
To condense our filter into one single module, we will now be creating a macro module out of it. To do that, right-click on the group title and select *Convert To Local Macro*. Name your new macro module and finish. You just created a local macro module. Local macros can only be used from networks in the same or any parent directory.

![Convert to local macro](/images/tutorials/basicmechanics/BM_21.png "Convert to local macro")
![Your first local macro](/images/tutorials/basicmechanics/BM_22.png "Your first local macro")
Expand Down
Loading