Dear all,
This is a tricky question but I hope some of you have so many non-standard ideas.
I have a journal in C# and I've compiled it into .dll file. This journal changing few dimensions and taking care of logic statements which determine contact surfaces.
As you probably know in Workbench is functionality to perform optimization by parameters. To achieve my goal I need to link this dll (or exe) to my NX part.
In other words:
1) I have a UG baseline model attached to Workbench.
2) I change few dimensions (parameters in Workbench).
3) Workbench open NX and send new values.
4) If change_flag=1 NX call my .dll which do few operations
5) After execution dll my model is updated.
6) Loop is closed when updated model is attached again to Workbench.
Let me summarize. Is there any way to run external dll file from expressions? Or is there any way to link external journal to Part?
Any advice can be valuable.
Thanks & Regards,
Mark
This is a tricky question but I hope some of you have so many non-standard ideas.
I have a journal in C# and I've compiled it into .dll file. This journal changing few dimensions and taking care of logic statements which determine contact surfaces.
As you probably know in Workbench is functionality to perform optimization by parameters. To achieve my goal I need to link this dll (or exe) to my NX part.
In other words:
1) I have a UG baseline model attached to Workbench.
2) I change few dimensions (parameters in Workbench).
3) Workbench open NX and send new values.
4) If change_flag=1 NX call my .dll which do few operations
5) After execution dll my model is updated.
6) Loop is closed when updated model is attached again to Workbench.
Let me summarize. Is there any way to run external dll file from expressions? Or is there any way to link external journal to Part?
Any advice can be valuable.
Thanks & Regards,
Mark