08-09-2022
03:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-09-2022
03:19 AM
I was not aware that it was possible to automate Inventory with python. Usually you would vb.net or C# (or C++). just out of curiosity how did you manage to get the inventor objects in python?
The .Type is a general property that you will find on almost all Inventor object.
The .DocumentType is more specific.
And if you need to fine more specific information you should look at the Document.SubType. For example if you want to know if you have a sheetmetal part.
https://adndevblog.typepad.com/manufacturing/2013/01/inventor-document-sub-types.html
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com