You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2)[AutoCAD 2025 Help | About Adding Constraints to Dynamic Blocks | Autodesk](https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-9D8EFCA5-916F-43EB-9343-C49BAF2FB633)
At the time of writing this post, Autodesk provides a tutorial for developing basic AutoCAD plugins through [this link](https://www.autodesk.com/support/technical/article/caas/tsarticles/ts/6kRFCS0mCalWLwAOpP9pNT.html). However, this tutorial is somewhat difficult to follow for the following reasons:
10
+
11
+
- The tutorial is written based on `Visual Basic .NET`. Nowadays, `C#` is much more popular.
12
+
- The method for installing debugging tools is not explained in detail.
13
+
- There are broken image links from the very first page. Could this mean the tutorial is not being well maintained?
14
+
15
+
Therefore, I plan to write a new tutorial that improves upon these elements to make it easier for beginners to follow. Specifically, I will explain the following processes:
16
+
17
+
- Setting up the development environment: Installing Visual Studio Community and AutoCAD .NET Wizard
18
+
- Creating the first project
19
+
- Generating DLL file through project building and loading DLL file in CAD
20
+
- Debugging
21
+
22
+
The following topics will not be covered in this tutorial and will be explained separately in other topics later:
0 commit comments