How to Automate Tasks with AutoCAD and Python

Welcome to an exciting intersection of design and automation! In this episode, we dive deep into the realm of automating AutoCAD tasks using Python, a journey tailored for engineers, architects, and all AutoCAD enthusiasts.
🔍 WHAT'S INSIDE:
Introduction to PyAutoCAD: Discover how this Python library can revolutionize your AutoCAD tasks. From manipulating objects to extracting valuable data, experience the power of combining Python's simplicity with AutoCAD's vast capabilities.
Real-world Application in Road Design: Understand the real-time application of PyAutoCAD in road design. Learn how to automate the visualization of benching steps between the proposed new pavement and the existing one - a critical aspect in the world of infrastructure and road planning.
Data Extraction in AutoCAD: Kickstart your automation by mastering the art of data extraction. We walk you through the entire process, from the command line in AutoCAD to its application in Python.
🖥️ DEMO: Witness a live transformation where we convert a regular AutoCAD drawing into an automated Python script using PyAutoCAD.
💡 WHY WATCH: If you're passionate about efficiency, accuracy, and automation in design, this video will equip you with a toolset that can potentially save you countless hours of manual work.
#AutoCADAutomation
#PyAutoCAD
#python
#AutomateCAD
#RoadDesignTech
#dataextraction
#CADWorkflow
#EngineeringAutomation
#DesignWithPython
#CADProgramming
#BenchStepDesign
#PavementAutomation
#TechInEngineering
#ArchitecturalAutomation
#PythonForAutoCAD
#chatgpt
Sound Effect from pixabay.com

Пікірлер: 36

  • @jakelong-hx1ue
    @jakelong-hx1ue10 ай бұрын

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

  • @ahmedskullab

    @ahmedskullab

    10 ай бұрын

    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

    10 ай бұрын

    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 😂

  • @dushyantvyas3589
    @dushyantvyas358915 күн бұрын

    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.🤣

  • @paulporstein4420
    @paulporstein44204 ай бұрын

    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

    4 ай бұрын

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

  • @paulporstein4420

    @paulporstein4420

    4 ай бұрын

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

  • @Jizay96
    @Jizay969 ай бұрын

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

  • @ahmedskullab

    @ahmedskullab

    9 ай бұрын

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

  • @kitchenbasha
    @kitchenbasha11 ай бұрын

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

  • @ahmedskullab

    @ahmedskullab

    11 ай бұрын

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

  • @kitchenbasha

    @kitchenbasha

    11 ай бұрын

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

  • @nixonthuo808
    @nixonthuo80810 ай бұрын

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

  • @ahmedskullab

    @ahmedskullab

    10 ай бұрын

    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

    10 ай бұрын

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

  • @user-xu5rz3sc3q
    @user-xu5rz3sc3q6 ай бұрын

    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

    6 ай бұрын

    Yes it is possible!

  • @cah048

    @cah048

    4 сағат бұрын

    The code is scale it down by 12.

  • @joshuachiriboga5305
    @joshuachiriboga53052 ай бұрын

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

  • @ahmedskullab

    @ahmedskullab

    2 ай бұрын

    consider using AutoLISP

  • @ddoongie1982

    @ddoongie1982

    23 күн бұрын

    @@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.

  • @donnygarnett6543
    @donnygarnett654322 күн бұрын

    Subscribed.

  • @ahmedskullab

    @ahmedskullab

    22 күн бұрын

    @@donnygarnett6543 thank you

  • @rehialeontieff1120
    @rehialeontieff11203 ай бұрын

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

  • @ahmedskullab

    @ahmedskullab

    2 ай бұрын

    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

    2 ай бұрын

    @@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

    Ай бұрын

    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.

  • @alialsoumahi4207
    @alialsoumahi42074 ай бұрын

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

  • @ahmedskullab

    @ahmedskullab

    4 ай бұрын

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

  • @PANDURANG99
    @PANDURANG9927 күн бұрын

    pyautocad is not updated while long time

  • @ahmedskullab

    @ahmedskullab

    27 күн бұрын

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

  • @PANDURANG99

    @PANDURANG99

    27 күн бұрын

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

  • @Jose-cf8ps
    @Jose-cf8psАй бұрын

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

  • @ahmedskullab

    @ahmedskullab

    23 күн бұрын

    Ok, thanks