SoBypass¶
-
MacroModule
¶ genre Fields
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition helpers.def see also SoToggle
,Bypass
,BaseBypassOp
keywords base
,switch
Purpose¶
The module SoBypass
disconnects the attached Inventor sub-graph from the scene.
The difference between this module and the SoToggle
is that the SoToggle
only disables rendering of the sub-graph, while other messages still pass through it.
Details¶
This module may help to prevent unnecessary updates of Inventor scenes. The connection between input and output scene is set or unset using a Python script. Thus, the attached sub-graph is fully disconnected from the scene.