Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting NXopen DLL to part navigator

Status
Not open for further replies.

EngProgrammer

Aerospace
Joined
Jan 14, 2015
Messages
150
Location
US
I've seen some applications where the dll is linked to a feature in the part navigator tree. I am looking for some guidance regarding creating an application where a block styler or a winForms ui is dynamically connected to a feature. So when the user double clicks the feature in the graphics window or the feature in the part navigator ug opens the dialog.
 
The things you've seen were probably implemented as UDOs (User Defined Objects). With these, you can write the code that gets invoked whenever the user tries to edit the object. So, specifically, your code will get executed when the user double-clicks on the object in the Part Navigator.
 
The demo I've seen and how can't seem to find it was a block attached to a dll. It was on the ug gtac web site. I do t recall if it was a udo. I think it was just a regular block.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top