How to Automate Tasks with AutoCAD and Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 38

  • @paulporstein4420
    @paulporstein4420 8 หลายเดือนก่อน +1

    Hi, great video!
    One question: where can I find the PyAutoCad documentation? I honstely have a very hard time to find it online. Where do you know all these commands from?
    Thanks!

    • @ahmedskullab
      @ahmedskullab  8 หลายเดือนก่อน

      True, I had challenges too, I use ChatGPT quite often nowadays. Also searching online. There are some information in pypi and GitHub …

    • @paulporstein4420
      @paulporstein4420 8 หลายเดือนก่อน

      @@ahmedskullab I See... Do you perhaps have a personal selection of commands which you could share?

  • @JuanCarlosGuadama
    @JuanCarlosGuadama 4 หลายเดือนก่อน +1

    Excellent video. Just as this Python library can draw in AutoCAD, can it extract data from the AutoCAD file using Python without using AutoCAD?

    • @ahmedskullab
      @ahmedskullab  4 หลายเดือนก่อน +1

      Pyautocad works on active drawings. EZDXF library is your choice for extracting the data without using AutoCAD. Next video will be covering the ezdxf library

  • @kitchenbasha
    @kitchenbasha ปีที่แล้ว

    شكرا جزيلا يا ريت يكون كورس كامل للبايثون في الاوتوكاد بالعربي. او يكون في ترجمه

    • @ahmedskullab
      @ahmedskullab  ปีที่แล้ว +1

      مشكور حبيبي على مرورك ، ولا يهمك، الفكرة حلوة بس بدها شوية وقت

    • @kitchenbasha
      @kitchenbasha ปีที่แล้ว +1

      @@ahmedskullab تسلم يا باش مهندس.. بالانتظار

  • @jakelong-hx1ue
    @jakelong-hx1ue ปีที่แล้ว

    You’ve just blown my mind, I’m doing this right away

    • @ahmedskullab
      @ahmedskullab  ปีที่แล้ว

      Wow, I'm so glad to hear that this resonated with you! 😊 For those who've tried this integration or are thinking about it, what other innovative ways can you envision using AutoCAD with Python?

    • @jakelong-hx1ue
      @jakelong-hx1ue ปีที่แล้ว +2

      I just got him/her to do at least 3 things that have been pestering me but I don’t ask anyone all I usually get back is “why would you want to do that?” This will be Excellent for music, like, really really excellent. Recording large sessions has hundreds and hundreds of little tasks to do that to be honest, almost anyone could do them with a bit of learning but man, this is on a whole other level. I just wrote a thing that I used to have working in excel into Python to batch create drawings in 20 MINUTES! Hahahahahah 😂

  • @alialsoumahi4207
    @alialsoumahi4207 8 หลายเดือนก่อน +1

    هلا اخوي فكرة جميلة جدا ، بس انا كنت ابحث عن لغة برمجة تعطي واجهة الاوتكاد بشكل ابسط بحيث ان
    المستخدم يغير من الاطوال والاشكال والخ ويتم حفظ هذا التغيير ، وبالتالي انا اعرف ايش التغير اللي قام به المستخدم واحفظه بالداتبيس عندي ..هل ممكن هالشي

    • @ahmedskullab
      @ahmedskullab  8 หลายเดือนก่อน

      أهلا وسهلا شكرا للتعليقـ، أكيد من الممكن تعمل واجهة للمستخدم وتعمل برامج خاصة بك، التعمال مع الكود مباشرة فيه ميزة المرونة
      لذلك افضل التعمال مع الكود مباشرة في البداية للتعلم وللتمكن من عمل التغييرات بسهولةـ لما تصل لمرحلة التغيير في الرسومات قليل ممكن تعمل واجهة ونموذج خاص بك.

  • @rehialeontieff1120
    @rehialeontieff1120 7 หลายเดือนก่อน +1

    Is it also possible to do it with Autodesk civil 3D ? Does pyautocad also works with this software ?

    • @ahmedskullab
      @ahmedskullab  7 หลายเดือนก่อน

      I have not tried it with Civil 3d before! it might work. PyAutoCAD is a Python library designed to interact with AutoCAD via its COM API. to automate tasks in Civil 3D using Python, you might need to explore other Python libraries such as use of .NET API

    • @joshuachiriboga5305
      @joshuachiriboga5305 7 หลายเดือนก่อน

      @@ahmedskullab Yes it works with civil3d, however I believe it only works with autocad objects. So it worn't with pipe networks, surfaces, etc.... I am just getting started but I believe that this is accurate.

    • @thebigb1829
      @thebigb1829 5 หลายเดือนก่อน

      Surely you could just load this pyautocad lib into a civil 3d DYNAMO “user” node (can’t remember the correct term for the custom python nodes) and doing it is this way you most likely could automate most of the first manual starting steps shown in the video with the csv import/export nodes in the default dynamo libraries or just selecting the data properties directly in the dynamo script without having to leave civil 3d. Haven’t played around with it too much, and there is way more tuts YT for revit dynamo python node creation but principles are exactly the same.

  • @dushyantvyas3589
    @dushyantvyas3589 4 หลายเดือนก่อน +1

    you can do the same thing using Dynamic blocks as well, I'm talking about this specific task only.
    Otherwise automation should be used for large scale like view creation, getting technical info of objects etc. etc. using Python. I use FreeCAD because it has in-built Python console.
    Although I don't know anything about Python at all.🤣

  • @Aboudi-t7r
    @Aboudi-t7r 10 หลายเดือนก่อน +1

    Is it possible to create a code that allows me to create a shop drawing based on an architectural drawings ? I could have all the architectural drawings and the shop drawings matching the architectural drawings in a database

    • @ahmedskullab
      @ahmedskullab  10 หลายเดือนก่อน

      Yes it is possible!

    • @cah048
      @cah048 4 หลายเดือนก่อน

      The code is scale it down by 12.

  • @ThànhNam18k1
    @ThànhNam18k1 ปีที่แล้ว

    I have some problem with create a viewport in layout by pyautocad, can you make a video to share me!

    • @ahmedskullab
      @ahmedskullab  ปีที่แล้ว

      I appreciate your honesty. I'll take your comments into consideration.

  • @joshuachiriboga5305
    @joshuachiriboga5305 7 หลายเดือนก่อน +1

    I need to iterate over objects within a block, does anyone know how?

    • @ahmedskullab
      @ahmedskullab  7 หลายเดือนก่อน

      consider using AutoLISP

    • @ddoongie1982
      @ddoongie1982 5 หลายเดือนก่อน

      @@ahmedskullab consider using LEE-Mac's autolisp library. Also, if it's a dynamic block within a dynamic block, you'd need some fancy ssget/entget function that would separate each blocks. Source: I have my own autocad/autolisp library.

  • @nixonthuo808
    @nixonthuo808 ปีที่แล้ว +1

    Can you save the drawing as a vector and use place it in another drawing using pyautocad?

    • @ahmedskullab
      @ahmedskullab  ปีที่แล้ว +1

      Hey, there is a way to save the drawing as block using InsertBlock function, not sure if this is what you meant?

    • @jakelong-hx1ue
      @jakelong-hx1ue ปีที่แล้ว

      All drawings are vector? Unless do you want to bring it in to illustrator or maya etc?

  • @donnygarnett6543
    @donnygarnett6543 5 หลายเดือนก่อน +1

    Subscribed.

    • @ahmedskullab
      @ahmedskullab  5 หลายเดือนก่อน

      @@donnygarnett6543 thank you

  • @PANDURANG99
    @PANDURANG99 5 หลายเดือนก่อน +1

    pyautocad is not updated while long time

    • @ahmedskullab
      @ahmedskullab  5 หลายเดือนก่อน +1

      That's true, ezdxf has this better advantage. I will cover it in another video.

    • @PANDURANG99
      @PANDURANG99 5 หลายเดือนก่อน +1

      @@ahmedskullab kindly make a little big automation beyond line , circle, rectangle, layers

  • @Jose-cf8ps
    @Jose-cf8ps 5 หลายเดือนก่อน

    Sorry the example is not great. Also can do that in any language by creating a script. But anyway, good video.