Cthulhu40
Industrial
- Jun 9, 2015
- 1
I was wondering if I could get some help creating a specific program. I feel like all the pieces to this experimental project are there I just don’t understand how to put it all together.
As a disclaimer I am still learning how to program in vb and python so I am not as skilled as I would like to be, so if you know of any good books or tutorials that can teach me how to program for NX in VB please let me know!
Ideally what I want is a program that I can run after I have finished modeling a part and the program will go down the NX model history tree and read the model history and save out to a text file the steps used to create the part including the information found within the sketches, essentially what journal feature does when you record the creation of a part. So that later on I can create a vb form and attach the text to a button and when the vb exe is run within NX I can press that button and it will create that part in NX. I can see that if I record a journal that what I want kind of already exists in NX. Journals already records how a part is made and NX lets you replay the journal to recreate a part, so I feel like all the pieces to my experimental project are there I just don’t understand how to put it all together.
Can anyone help?
As a disclaimer I am still learning how to program in vb and python so I am not as skilled as I would like to be, so if you know of any good books or tutorials that can teach me how to program for NX in VB please let me know!
Ideally what I want is a program that I can run after I have finished modeling a part and the program will go down the NX model history tree and read the model history and save out to a text file the steps used to create the part including the information found within the sketches, essentially what journal feature does when you record the creation of a part. So that later on I can create a vb form and attach the text to a button and when the vb exe is run within NX I can press that button and it will create that part in NX. I can see that if I record a journal that what I want kind of already exists in NX. Journals already records how a part is made and NX lets you replay the journal to recreate a part, so I feel like all the pieces to my experimental project are there I just don’t understand how to put it all together.
Can anyone help?