Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is anyone able to explain the purpose of the 'visible' argument in the documents.open routine? The help file says "Specifies if the document should be opened visibly or not." But I can't see any difference in the result whether I use
app.documents.open(myFile, False)
or
app.documents.open(myFile, True)
(where myFile is a fusion 360 design file) .
In either case the new model opens up in a new tab, and becomes the active document.
Thanks for your feedback.
Solved! Go to Solution.