ACadSharp icon indicating copy to clipboard operation
ACadSharp copied to clipboard

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

Results 57 ACadSharp issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I would like to read in a file/stream asynchronously **Describe the solution you'd like** An async method returning a Task...

feature

Hi @DomCR, Looking MUCH better but missing objects. And throwing exceptions. [ALFA Sportwagon-4 views.zip](https://github.com/DomCR/ACadSharp/files/11728772/ALFA.Sportwagon-4.views.zip) ![Snag_2104073d](https://github.com/DomCR/ACadSharp/assets/9598498/9918c988-474f-475c-904c-ed8901110f6e) Missing wheels and other views of the car, but geometry looks great. This drawing is...

bug

# Description Short description about this PR # Tasks done in this PR * [ ] Something awesome. * [ ] An evil bug have been defeted. * [ ]...

# Description Short description about this PR # Tasks done in this PR * [ ] Something awesome. * [ ] An evil bug have been defeted. * [ ]...

# Description Implement the DwgWriter for XRecord.

enhancement

# Description Fix the implementaion for SortensTable in the DxfWriter/DxfReader and DwgWriter

When I created Polyline2D and LwPolyline, the entities could not be displayed in the dwg file. Besides, after creating the file, AutoCAD always asked me to repair it. After repairing...

bug

**Is your feature request related to a problem? Please describe.** AttributeDefinitions and AttributeEntities should be related between Insert entities and BlockRecords, these objects should be linked and able to synchronize...

feature

Hello,I want to write dwg files using this api. But when I use the IOExmaple to read the sample_AC1032.dwg to a new file ,the new file has no graphic so...

help wanted

**Describe the bug** I'm unsure as to why any DxF file I create using SysCAD causes an exception to be thrown when trying to open it in this library. **To...

bug