Automation with Python - AutoCAD

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

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

  • @_deepak_hadkar_
    @_deepak_hadkar_ 7 месяцев назад +2

    I am learning and following your series, can you please create a video for a block in autocad to export and automate using excel with co-ordinates.

    • @ahmedskullab
      @ahmedskullab  7 месяцев назад +1

      Absolutely! thank you for your comment!

  • @НикитаРевизов
    @НикитаРевизов 7 месяцев назад +1

    Hi man, thank you for your content. I have a questions: How to change hatch with pyautocad? and Can I select an outline and hatch it?

    • @ahmedskullab
      @ahmedskullab  7 месяцев назад

      You can easily do that using the ezdxf library. Pyautocad is much harder when you deal with complex objects like Hatches. eventually you could combine both libraries in your code