Это видео недоступно.
Сожалеем об этом.

Part 2: Creating 3D model using Python and Autodesk Inventor API

Поделиться
HTML-код
  • Опубликовано: 6 июн 2023
  • Small example of using Python to drive the 3D model creation in Autodesk Inventor API.
    If you’re planning on learning to program or upskilling in your career and have any inquiries regarding study plans, freelance opportunities etc,
    I’d love to help just text me on WhatsApp
    +447547011253
    Alternatively you can email me at riaz_automation@hotmail.com
    With your
    Name :
    Number (E.g +44) :
    Email :
    #cad Customisation
    #pythonprogramming
    #cadautomation
    #automation
    #python
    #pythonforbeginners #Inventor API

Комментарии • 20

  • @pythonautomationist24
    @pythonautomationist24  10 месяцев назад +2

    Is everyone able to follow this method of teaching? if you want me to slow down and explain more in detail then please let me know? Enjoy :)

  • @matyasjunek3311
    @matyasjunek3311 8 месяцев назад +1

    Thank you for this video tutorial. It is very useful.

  • @MikhailTsarev
    @MikhailTsarev 7 месяцев назад +4

    To try this code, the first action should be "pip install pywin32" command in the IDE terminal before importing the win32com (it's not a standard module). Maybe this will help someone :).

  • @tr_2292
    @tr_2292 2 месяца назад +1

    Thank you! This is so cool.
    Is there a way to access DocumentTypeEnum?

  • @autocalcs
    @autocalcs 10 месяцев назад +1

    Surprised that Inventor's official docs don't mention using Python at all

    • @pythonautomationist24
      @pythonautomationist24  10 месяцев назад +2

      Python is compatible with pretty much all CAD applications. However the documentation for the same is poor. Hence these videos are my attempt to clarify this topic

    • @autocalcs
      @autocalcs 10 месяцев назад +1

      @@pythonautomationist24Being able to use python to access Inventor and other applications, a whole new world is open.

    • @pythonautomationist24
      @pythonautomationist24  10 месяцев назад +2

      Absolutely. You can even trespass the inventory API and just use its own libraries to automate a lot of work, which would be long winded otherwise

    • @autocalcs
      @autocalcs 10 месяцев назад +1

      @@pythonautomationist24 what do you mean by it's own libraries?

    • @autocalcs
      @autocalcs 10 месяцев назад +1

      got it - the power of app can be combined with python world