Run Macro through NX API
Run Macro through NX API
(OP)
Hi,
Is there a method to call a NX macro through NX addin using NX API?
I am working on NX9.0.
Kindly advise.
Thanks
Is there a method to call a NX macro through NX addin using NX API?
I am working on NX9.0.
Kindly advise.
Thanks
Rajat Jain
Technical Director
JeeneDo Auto-Configure Pvt. Ltd.
www.auto-configure.com





RE: Run Macro through NX API
No, (not in the same NX session as the api program - hypothetically the journal could create a new process that launched another NX session with the command line option to execute a macro upon NX startup - but that has very limited usefulness).
I do not think that is worth pursuing. What operations are causing you to consider using macro?
The opposite workflow is possible - the macro can launch the api program. Can you perform the macro operations before invoking the api program?
Regards, Joe
RE: Run Macro through NX API
@jpetach: The question is probably a follow up to this one, meaning that Rajatjain is trying to open the "Add Component" dialog with the API.