-
Hi,
I am trying to open the file SO_v4_top_plate_2mm.dxf and every application I try to open it in shows it is corruped.
I tried opening it in Solidworks, Illustrator, and many online DXF viewers.…
ghost updated
3 years ago
-
The radio buttons in the DTM creation dialog should be changed to check button. The input from the different sources should be merged, removing repeated points.
This issue was proposed by Jofe Graha…
-
after resolving #2788, I still get (non-fatal, catchable) errors when trying to load the following few test-files with PyAssimp:
- `test/models/OBJ/testmixed.obj`
- `test/models/OFF/invalid.off`
…
-
```
Currently tool diameters and start radii are interpreted to be the same unit as
specified by the DXF file.
If working with various files in different units this causes issues.
```
Original issu…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Full version info
```shell
[code]
OS: Linux Mint 20 (i3/i3)
Word size of FreeCAD: 64-bit
Version: 0.22.0dev…
-
How to output blocks with primitives when exporting to DXF?
-
Hi, I have attached three files. one original DWG file and two dxf files one created using libreDWG and other using AutoCAD. The file created using libredwg is not having all information, some infor…
-
I've tried to process a DXF files and found the application to be very intuitive to use, G02 contains I and J code with nan(not a number) references in it like below?
G02 X-5.403946 Y-2.302729 I-nan …
-
Hi!
I've found this package extremely useful in trying to run some experiments with AutoCAD/DXF files.
I wanted to understand if there is a way to get entity attributes through this parser? Spec…
-
There're two consecutive "0" lines in the DXF file. DoRead reads the first "0" and jumps into `if(!strcmp(m_str, "0"))`, then reads the next line which is a "0" again. It jumps out of `if(!strcmp(m_st…