From 4a487ea98e9df1f78c768e7f338ac71741013bd5 Mon Sep 17 00:00:00 2001 From: Heckmann Date: Fri, 10 Oct 2025 10:47:27 +0200 Subject: [PATCH] Comment by Jan --- mevislab.github.io/content/tutorials/basicmechanisms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mevislab.github.io/content/tutorials/basicmechanisms.md b/mevislab.github.io/content/tutorials/basicmechanisms.md index 1cba6ffe7..f40b522d6 100644 --- a/mevislab.github.io/content/tutorials/basicmechanisms.md +++ b/mevislab.github.io/content/tutorials/basicmechanisms.md @@ -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")