-
-
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…
-
This is more like request but is there a way to add 2D dwg export because I do not find such functionality in present API
-
Hi all,
I just built rust bindings using bindgen from the latest windows binary release, but the header files `dwg.h dwg_api.h` don't include the `dwg_write_dxf()` function, which appears to be fou…
-
Hello,
I've been using this lib for quite a while now. Congratulations on the good job done.
Recently I had to generate thumbs from AutoCad DWG files. I found out that a BMP preview is stored within …
-
## I'm submitting a feature request
## *Brief Description*
Accounts of DWG members have a mark confirming their status. But OSMCha does not display them in any way when viewing a profile.
…
-
This is a subtask for Distributed Workload Generation Analysis and Scale Testing. For more details on this subtask, see this [meta issue](https://github.com/opensearch-project/opensearch-benchmark/iss…
-
It gives error while exporting DWG.
"Unknown file format"
-
Hello,
I try to import DWG drawings and convert them to Path2D :
```
import trimesh
trimesh_dwg = trimesh.load(dwg_path)
trimesh_dwg.show()
```
In many cases, the result matches the da…
-
There is a task to automate the routine process associated with Autocad 2020 LT. You need to insert the same table into 180 DWG files (it's not a problem to load it in Python). The method for opening …