Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

NX2 Plugin problem

jubi

New member
Hello,

I don't know if I'm in the right forum for this type of problem but I have a small probleme with UG API:
I
develop a plugin for Unigraphics NX 2.0 and it works if I associate my
DLL with a button in the toolbar (using a .men file) but now, I want to
launch my plugin at the start of UG and it doesn't work.

My
entry point in the DLL is the ufsta() function as described in the UG
API help but I can't launch any actions (part creation, features ...)
when I am in this function because the initialization of UG is not
finished.

Any ideas ?

Thanks a lot

Julien
 

Sponsor

Articles From 3DCAD World

Back
Top