wrote:
If you are using VB (VC#?) or Python - you can create a journal (non-compiled code)
You can do *most* things with a journal that you can do with compiled code, but (I think) not all
(I'm thinking the stuff that requires registering callbacks may require compiled code?)
(Python may be different than VB/VC#)
Menu -> Tools -> Journal -> (record or run)
Preferences -> User Interface -> Tools -> select journaling langauge (used for recording, not for run)
Thanks Ken. I was planning to use Python, so this may be a way forward. There are basically two things I would like to do this with this:
1. Incorporate more complex calculations involving expressions in my NX models.
2. Control and read existing NX models from another program (like Python, Matlab or C++). And by that, I primarily mean change expression values and extract model information (like component volumes, face areas, etc).
Do you think jounaling would allow either or both of those?
Pat