-
```
here is the log file
16:42:11,834 DEBUG [main] DIYLCStarter - Java version: 1.7.0_45-b18 by Oracle
Corporation
16:42:11,834 DEBUG [main] DIYLCStarter - OS: Windows 7 6.1
16:42:11,834 INFO [main…
-
```
here is the log file
16:42:11,834 DEBUG [main] DIYLCStarter - Java version: 1.7.0_45-b18 by Oracle
Corporation
16:42:11,834 DEBUG [main] DIYLCStarter - OS: Windows 7 6.1
16:42:11,834 INFO [main…
-
```
here is the log file
16:42:11,834 DEBUG [main] DIYLCStarter - Java version: 1.7.0_45-b18 by Oracle
Corporation
16:42:11,834 DEBUG [main] DIYLCStarter - OS: Windows 7 6.1
16:42:11,834 INFO [main…
-
Hi,
Here are the steps to reproduce my problem:
- Open DXF with eDrawing (same with Illustrator) : it works.
- Load DXF with DxfFile.Load
- Save DXF with DxfFile.Save
- Open DXF with eDrawing…
-
I will first use DwgReader to read. dwg files, and entities are recorded in CadDocument. Please refer to the picture.
![1723169693699](https://github.com/user-attachments/assets/9b52c490-5bc4-4e39-bd…
-
After saving DXF, some objects' images are dostorted.
**OS**: Windows 10 x64
**Net DXF version**: 3.0.0.0
Code:
```
using netDxf.Entities;
using netDxf.Header;
using netDxf.Objects;
using ne…
-
I know the encoding of this dwg file is in GBK or gb2312 ,But I cannot export dxf (v2007) correctly using the program, and I cannot even export any version correctly. It is interesting that using Auto…
-
This falls under a feature request.
I have a lot of old drawing files. Some are TurboCAD and are only vector files and some are Micrographx Draw (which was bought by Corel at some point), which all…
-
The purpose of this enhancement is to introduce additional calculations for DXF files in the context of Metal Laser Cutting. The proposed calculations include:
**Area of Polygon:**
Calculating the…
-
DXF saved in AutoCAD 2013 format can be loaded with the Load method of the DxfDocument class.
However, the latest netDXF throws an exception when trying to load DXF saved in AutoCAD 2000 format with …