C# library to read/write cad files like dxf/dwg.

cad dwg dwg-files dwg-reader dwg-writer dxf dxf-files dxf-reader dxf-writer
3 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub
Libraries CAD File Handling

AI Summary: The task requires extending the ACadSharp library to reliably insert blocks with attribute settings and clone entities, preserving their original attributes and styles when writing to a new DWG file. This involves addressing issues with text garbling and layer inconsistencies during the cloning process.

Complexity: 4/5
documentation help wanted

C# library to read/write cad files like dxf/dwg.

C#
#cad#dwg#dwg-files#dwg-reader#dwg-writer#dxf#dxf-files#dxf-reader#dxf-writer
Libraries CAD File Handling
MTEXT rotation about 2 months ago

AI Summary: The task is to determine how to set the rotation of MTEXT entities within the ACadSharp C# library for reading and writing CAD files. This involves investigating the library's API to find the property or method responsible for controlling MTEXT rotation and providing a code example demonstrating its usage.

Complexity: 3/5
help wanted

C# library to read/write cad files like dxf/dwg.

C#
#cad#dwg#dwg-files#dwg-reader#dwg-writer#dxf#dxf-files#dxf-reader#dxf-writer
Libraries CAD File Handling

AI Summary: The task requires modifying a C# program that uses the ACadSharp library to read and write DWG files. The program needs to improve its functionality for inserting elevation points from an XYZ file into a specific layer of a DWG file, including applying attributes and color-coding based on elevation values. The current code inserts points but produces a significantly different output DWG file compared to the original, indicating several areas needing correction and enhancement within the point insertion, layer handling, and attribute assignment processes.

Complexity: 4/5
help wanted

C# library to read/write cad files like dxf/dwg.

C#
#cad#dwg#dwg-files#dwg-reader#dwg-writer#dxf#dxf-files#dxf-reader#dxf-writer