-
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…
-
The DWG writer methods for MultiLeader, MultiLeaderStyle etc. are not yet implemented.
The DXF write methods should be added.
We will implement it and open a PR.
-
Autocad gives the error after wrriting DWG file with this simple code :
`
string dwgFilePath = @"G:/output.dwg";
CadDocument doc = new CadDocument(ACadVersion.AC1024)…
-
Autocad cant read library dwg/dxf writing output.
To reproduce:
1. download [Drawing.zip](https://github.com/DomCR/ACadSharp/files/14646367/Drawing.zip) and extract it
2. run the following code l…
-
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 …
-
Hi
If I use ACadVersion then I get = his drawing was saved with a student Version
but it is ok if I don't use ACadVersion
`
Const dwgFilePath22 = "Test1.dwg"
doc.Header.Versio…
-
I'm trying to convert a DWG to DXF. But the file saved is corrupted.
```
public static void Main(string[] args) {
var path = Ui.Prompt("Enter path to dwg file: ");
CadDocument d…
-
Reported by @xiuweihan in https://github.com/LibreDWG/libredwg/issues/946
[5172_v2.zip](https://github.com/LibreDWG/libredwg/files/14493740/5172_v2.zip)
Error:
```
=== Data Section (Section In…
-
Hello.
The library is very great so far. Congrats @DomCR, and every other contributor.
An option to overwrite the existing file, is desirable.
There should be something like this:
```csharp
u…