Open Issues Need Help
View All on GitHubAI 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.
C# library to read/write cad files like dxf/dwg.
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.
C# library to read/write cad files like dxf/dwg.
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.
C# library to read/write cad files like dxf/dwg.