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 LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

UI Refresh when interacting with CAM via NXOpen

Status
Not open for further replies.

ChadU

Aerospace
Joined
Sep 5, 2013
Messages
2
I have an .NET application that interacts with NX via .NET remoting. My issue is when I make changes to the work part such as operations, tools, etc in manufacturing the Operation Navigator does not update with the changes. I currently have to manually switch NX to a different application (like modeling) and then back to manufacturing for the changes to show up. Is there a way to refresh the Operation Navigator via NXOpen?

Thanks,
Chad
 
Take a look at UF_UI_ONT_refresh

Mark Rief
Product Manager
Siemens PLM
 
Thanks, that's just what I was looking for.

In .NET I found it under NXOpen.UF ► UFSession ► UiOnt.Refresh();
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top