12-12-2024
12:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-12-2024
12:36 AM
I do not know python but i do not really understand if you did it correctly here :
part_doc = inventor_app.Documents.Open(part_file_path) inventor_app.ActiveDocument =part_doc
active document is read only:
maybe it should be :
part_doc = inventor_app.Documents.Open(part_file_path)