How can I modify this journal, to select multipe bodies to export to a temp part, as opposed it just selecting one body to export?
Option Strict Off
Imports System
Imports NXOpen
Imports NXOpen.UF
Imports NXOpen.UI
Module NXJournal
Sub Main
Dim theSession As Session =...
Trying to create a journal to edit object display (chabge colour to a preset value) of any pre-selected solid bodies.
I have tried the below, but I still have to select "solid body" from the selection filters for it to work.
Any help greatly appreciated.
Option Strict Off
Imports System...