Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
marcin_otręba
in reply to: svloFNWW9

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:

marcin_otrba_0-1733992565424.png

 

maybe it should be :

 

part_doc = inventor_app.Documents.Open(part_file_path)