
Is Python and scripting allowed in Inventor? - Autodesk Community
Sep 16, 2024 · Python scripting in Inventor is not officially supported. But because Inventor API is based on COM, you can communicate with API from any environment which supports COM. Include …
Python使用 Inventor API,将零件装配到部件的问题
Apr 8, 2025 · 我用的是Inventor 2024pro的版本,试图用Python,将几个零件放入一个空的部件中,并进行原始坐标平面之间的表面齐平约束,Python可以打开Inventor 的空部件和几个零件,但是始终没有 …
Python and Inventor - Autodesk Community
Mar 22, 2018 · Hi, I would like to get started with using Python to control certain features within Inventor similiar to what can be done with iLogic/VBA. What is the best way to get started with this? I have …
已解决: 用python写二次开发 - Autodesk Community
Nov 16, 2024 · 另外Inventor的二次开发建议使用VB.NET,更加高效便捷 If my post answers your question, please click the "Accept as Solution" button. This helps everyone find answers more …
How to create and use objects from the Inventor COM API in python ...
1 I'm attempting to use Autodesk Inventor's COM API to create a python script that will generate PDFs of a selection on Inventor Drawings, these PDFs will then be processed in particular ways that aren't …
Working with Inventor using Python - Autodesk Community
Mar 16, 2023 · Dear all, Good Morning, I am working on a project where I need to create some plugins/ribbons in Inventor. I have chosen Python to perform this task. I would like to know if there is …
Use Python to open .ipt - Autodesk Community
Jul 31, 2018 · Hi, I'm looking to write a python code that opens an inventor part and prints the author and mass properties similar to this:
Python? - Autodesk Community
Aug 11, 2008 · Just wondering if there had been any talk (unofficial) of using Python as the scripting interface to Inventor now that VBA is being phased out by Microsoft. PyIV has a nice ring to it!
python - Pythonを用いてInventorを動かす際に生じたエラー - スタッ …
Jun 9, 2025 · 「Pythonを用いてInventorを動かす際にエラーが生じます。 」とのことですが、エラーが書かれていません。 どの行でどのようなエラーが発生したのでしょうか?
Autodesk Inventor API with Python - Stack Overflow
Jun 15, 2015 · I try to use Python for Autodesk Inventor API. For example, I try to make a new sketch in an Inventor part document that I make with Python. But I have a problem with adding sketches. All of …