-
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…
-
Hi Trying to run your project from all the source but always have this error
Severity Code Description Project File Line Suppression State
Error (active) CS0246 The type or namespace name 'BlockVi…
-
Autocad gives the error after wrriting DWG file with this simple code :
`
string dwgFilePath = @"G:/output.dwg";
CadDocument doc = new CadDocument(ACadVersion.AC1024)…
-
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 …
-
### 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
2 months ago
-
Sometimes dxf/dwg is the only acceptable format, e.g. for document repositories, PDM, datasheets, etc.
Thanks for this amazing product! :+1:
-
I tried to open my drawing of my bike.
Looks that many curves from MAIN and THIN layers are lost while opening.
This drawing made of lines, arcs, circles and splines.
Actual:
![librecad - -home-krom…