Hi,
I am using NX Open with Python to manipulate a CAD file. I want to be able to get input from the user such as file names and file paths.
I have tried using NXOpen.UF.Ui.AskStringInput() but this does not appear to do anything. This should be possible as I have found a tutorial for doing it...