-
Would require server checks etc, but it was suggested. Might as well leave the issue here and see if anybody comes out strongly in support or anything else.
-
I found a problem with parsing errors on dxf's spline curve. Here uploaded 3 dxf files, you can use klayout and AutoCAD for comparison. You can see that there are problems with spline curve analysis, …
-
**Describe the bug**
Loading the attached DXF has a lot of errors and get pretty bad results. If I run it thru Cloud Convert and reload it, it looks great.
**To Reproduce**
Unzip and load ALFA Sp…
-
Just idea... But what if i can commit and push my drawings through librecad? Some people may also want to setup automatic commit to be done when one saves the file.
-
**Describe the bug**
The attached dxf loads in True View, but throws an exception on DxfReader.Read()
**To Reproduce**
Try loading the DXF (zipped)
Exception thrown:
![2023-05-15_11-25-58](ht…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
0.20 (Release)
### Full version info
```shell
OS: Windows 7 Version 6.1 (Build 7601: SP 1…
-
DXF export has limits:
1. Only 3D lines are exported as 3D geometry. Svg, point and other symbols, texts get 0 height in the dxf file.
2. SVG symbols (used for creating quality CAD drawings from Q…
-
**Describe the bug**
I tried to open a DXF files created in LibreCAD and got a CadLib.Exceptions.DxfException
**To Reproduce**
Download LibreCAD from https://librecad.org
Create any DXF file, an…
-
[Android]assimp.so armeabi-v7 build Failed,arm64-v8a success。
```
ndk version: 21.4.7075529
cmake version: 3.18.1
assimp version: 5.2.4
```
build params:
```
-DANDROID_ABI=%ABI% ^
…
-
For large DXF files, for performance reasons, it make sense to have the possibility to set the buffer size.
[let mut buf_reader = BufReader::new(file);](https://github.com/ixmilia/dxf-rs/blob/43200…