I need to launch already existing command in UG NX 9, but need default load values to be changed .
I need to launch already existing command in UG NX 9, but need default load values to be changed .
(OP)
Hi
I need a help from u guys
I want to launch a exsiting UG command in NX by using vb.net dll file but I have to set certain parameters inside the command as I intended
bcoz I need to change those parameters again and again each time when I launch that tool.
Lets say I want to launch extrude command with default my own default start value and end value
I recorded journals but the execution is doing the changes and does commit the command, dont know what to do pls help
Thanks & regards,
Inian
I need a help from u guys
I want to launch a exsiting UG command in NX by using vb.net dll file but I have to set certain parameters inside the command as I intended
bcoz I need to change those parameters again and again each time when I launch that tool.
Lets say I want to launch extrude command with default my own default start value and end value
I recorded journals but the execution is doing the changes and does commit the command, dont know what to do pls help
Thanks & regards,
Inian





RE: I need to launch already existing command in UG NX 9, but need default load values to be changed .
The advantage of custom programs is to speed things up by calculating values and eliminating user input as much as possible. If you can calculate the values that you need based on other objects in the file, it would be to your advantage to do so. If you absolutely need user input, you will have to use one of the methods mentioned above.
www.nxjournaling.com