04-11-2017
05:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-11-2017
05:33 AM
Hmmm, you're correct; Vault isn't the cause here.
What is happening is that the file is attempting to save without having a filename to save to.
Firing the built-in command forces Inventor to check if the file has been saved and (because it hasn't as its a new file) the correct prompts appear.
I guess a way around this in future is to either use the non-iLogic version as suggested already or check for whether the activedocument has a fullfilename; normally a clear sign it has in fact been saved.
TL;DR: Not a bug, but a limitation of the document.save() command inside iLogic.
----------------------------------------------------------------
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