
How to create Circles using VBA for AutoCAD is explained in this video.
How to create Points using VBA for AutoCAD is explained in this video.
Following are the Macros explained in this video.
Create Text Objects in AutoCAD
Insert Current Date and Time into AutoCAD drawings
Macros for creating Line, Polyline and 3DPolylines are explained in this video.
Macros to create a Triangle from user input is explained in this video.
Macro to Extract the length and Coordinates of an AutoCAD Polyline is explained in this video.
Macro to Extract the X, Y, Z Coordinates and Layer Name of an AutoCAD Points is explained in this video.
Macro to Extract the X, Y, Z Coordinates and Content of Text objects in AutoCAD is explained in this video.
Macro to extract the Area of polygons and print into the same drawing is explained in this video.
Macro to extract the Area of Circles and print into the same drawing is explained in this video.
Macro to extract the X, Y, Z Coordinates of the insertion points of AutoCAD Blocks is explained in this video.
Create a Userform to display a Simple Message Box
Create Userforms and assign Macros to command buttons on it.
How to export data from Excel to AutoCAD using VBA is explained in this section.
Visual Basic for Applications also called VBA is a programming environment created by Microsoft and is a part of many popular applications with the aim to facilitate automation.
AutoCAD software is also having this VBA interface that will enable you to customize this drafting software in seemingly unlimited ways. It provides tools that you can drag and drop to build a graphical user interface (GUI), and also a programming language that you can use to interact with AutoCAD objects. During the course, you’ll see how simple it is to Automate repetitive tasks in AutoCAD using its VBA interface.
This course is divided into 3 sections
Macros to create different types of AutoCAD objects like Line, Polyline, Circle, Triangle etc.
Macros for extracting details from AutoCAD drawings.
Userforms to collect data and trigger actions
Macro for exporting data from Excel to AutoCAD.
Requirements
All you need is knowledge of AutoCAD Software with basic understanding of commands and objects.