C# Batch creation of simple CAD format drawings (create graphics through excel data)

Create simple CAD format drawings in batches

Click me to download the project source code

Introduction
Based on the data in the Excel table, batch generate simple CAD graphics (dwg format) of rectangles (with or without rounded corners), circles and rings.
It is suitable for batch output of simple graphics in the field of plate cutting (flame cutting, plasma cutting, laser cutting), and the application range is extremely narrow.
Insert image description here
Insert image description here
Insert image description here
Insert image description here
Insert image description here

Instructions for use:
Use "CAD Simple Drawing Data Template v1.0.xlsx" as the sample, enter the graphics parameters and save it.
Open this tool and enter the graphics parameters into the Excel file.
You can specify the output directory, otherwise it will be saved in the same directory as the Excel file.
Click "Start" to start automatically generating dwg files.
Note: It
only took me a few hours to write this program. It is not rigorous and may have many bugs. Please use it with caution.

Program architecture
This program is developed using Visual Studio 2017, C# language and .net 4.5 framework, and uses the following third-party libraries:

NPOI
WindowsAPICodePack
TD_Mgd

Click me to download the project source code

Guess you like

Origin blog.csdn.net/m0_65636467/article/details/132880194