-
**Describe the bug**
When reading a DWG AC1014 created from DraftSight, it is returning document.Layouts.Count as 0, when it should be 2.
**Additional context**
Add any other context about the p…
-
While opening the output drawing, an error drawing file occurs and requires recovery.
Input drawing file images are available, but output drawing file images are invisible.
sample code:
using …
-
Hello,
I used the following code to copy entities from one file to a new one:
```
using ACadSharp;
using ACadSharp.IO;
Console.WriteLine("Hello, World!");
string sourceFile = @"C:\dev\ta…
-
Log of the converting is attached:
[log.log](https://github.com/user-attachments/files/17147042/log.log)
AutoCAD output:
```
DXF-ReadError
Error in in APPID Table
DXF-ReadError auf Line 1062…
-
I cannot open these dwg files. The library fails to decode objects handles map correctly generating invalid handle values and object offset locations what leads to corrupted read. Here are samples :
…
-
First, big thank you for your ACADSHARP.
I'm trying to use it to convert DWG to ASCII DXF...
I've use this code :
const string _file = "../../../../samples/sample_AC1032.dwg";
const string …
-
Autocad gives the error after wrriting DWG file with this simple code :
`
string dwgFilePath = @"G:/output.dwg";
CadDocument doc = new CadDocument(ACadVersion.AC1024)…
-
### Expected behavior
DXF file with VIEWPORT section should load.
### Observed behavior
Trying to load a DXF file with a VIEWPORT section fails with an Error popup that says "Import error: error …
Druco updated
3 months ago
-
This is a feature request for user-selectable date/time styles across the web site. A detailed explanation follows below.
For a long time we've been using vague timestamps like "about 5 years ago" in…
-
Sometimes dxf/dwg is the only acceptable format, e.g. for document repositories, PDM, datasheets, etc.
Thanks for this amazing product! :+1: