Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Related to this other post I have managed to get the resultant hole features created correctly based on the axes that intersect with the workpoints created by that method, but one thing that I cannot fathom is why these new features don't show up in the Model Browser until I close and reopen the file.
I have tried:
partDoc.Update(); RadialHoles.m_InventorApp.ActiveView.Update();
as well as:
private static void updateBrowserPane() { BrowserPane pane = partDoc.BrowserPanes.ActivePane; pane.Update(); }
None of which seem to work.
It's probably something dead simple but I was hoping that someone else has experienced this and might be able to share the answer.
Thanks,
Alex.
----------------------------------------------------------------
Alex Fielder
Inventor Expert
https://github.com/alexfielder/
LinkedIn - Github Inventor Extension Server - Bonkers polygon iLogic thing
Top ten iLogic Tips - API Shortcut In Google Chrome - Assembly Extrusion Example
Alex Fielder
Inventor Expert
https://github.com/alexfielder/
LinkedIn - Github Inventor Extension Server - Bonkers polygon iLogic thing
Top ten iLogic Tips - API Shortcut In Google Chrome - Assembly Extrusion Example
Solved! Go to Solution.