Automate your work in Abaqus using Python scripts ¦ Macros, rpy, jnl files

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

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

  • @nikitarozin
    @nikitarozin Год назад +2

    Great job! This is the best video to start this topic. Thank you

  • @BerkayVatansever
    @BerkayVatansever Год назад +1

    Thank you for the video. I have a problem though maybe you could help. I created a macro, where I open a .cae file and export a part as .stl file. When I run it with macro manager it works just fine. However I can't run it as a script for some reason. I don't get any error messages either. Have any idea why this is happening?

    • @tecnodigitalschool
      @tecnodigitalschool  Год назад

      What is the error message that you get?
      Maybe you are missing some import?

    • @BerkayVatansever
      @BerkayVatansever Год назад +1

      @@tecnodigitalschool Wow thank you for replying so fast. I figured it out. Had to edit the python script I got from ABAQUS a little bit. Now it works.

    • @tecnodigitalschool
      @tecnodigitalschool  Год назад

      Awesome!
      By the way, you can replace all the list of "imports" inside the macro for:
      from caeModules import *
      Have a great day!