-
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 …
-
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 …
-
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.
-
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…
-
For `vpype-embroidery` I made `eread` and `ewrite` as commands. These share considerable overlap with `read` and `write` which are already in places multiple format commands with svg and hpgl. I shoul…
-
Since the writePolyline function lacks the vertex subclass mark 100 "AcDb3dPolylineVertex", autoCAD opened the generated DXF with an error: the file is incomplete. I added writer->writeString(100,"A…
-
@decarlof It would be a nice enhancement to have append functionality in writer functions such as `write_hdf5, write_dxf, write_npy` to allow writing out these formats when chunking datasets in limit…
-
hi, i am working on an application which can automatically add text to existing dxf drawings.
I notice your application "dxf" can create new dxf file, would it be possible if you read existing dxf …
-
**Describe the bug**
Layer attributes are not exported in dxf (even if they are valid dxf attributes). In the attached [project file](https://github.com/qgis/QGIS/files/4134760/dxf_bug.zip), …