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

Поділитися
Вставка
  • Опубліковано 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  9 місяців тому +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 :)

  • @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 :).

  • @matyasjunek3311
    @matyasjunek3311 7 місяців тому +1

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

  • @tr_2292
    @tr_2292 Місяць тому +1

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

  • @autocalcs
    @autocalcs 9 місяців тому +1

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

    • @pythonautomationist24
      @pythonautomationist24  9 місяців тому +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 9 місяців тому +1

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

    • @pythonautomationist24
      @pythonautomationist24  9 місяців тому +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 9 місяців тому +1

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

    • @autocalcs
      @autocalcs 9 місяців тому +1

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