You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will first use DwgReader to read. dwg files, and entities are recorded in CadDocument. Please refer to the picture.
But after I wrote the CadDocument to the. dxf file using DxfWriter, the entities did not exist. I can't see any content even when I open it in AutoCAD. Use the JS DxfParser library to parse the length of the entities array to 0.
This is my code:
I have tried multiple DWG files, and only one of them with a size of 4M has this issue.
The text was updated successfully, but these errors were encountered:
I will first use DwgReader to read. dwg files, and entities are recorded in CadDocument. Please refer to the picture.
But after I wrote the CadDocument to the. dxf file using DxfWriter, the entities did not exist. I can't see any content even when I open it in AutoCAD. Use the JS DxfParser library to parse the length of the entities array to 0.
This is my code:
I have tried multiple DWG files, and only one of them with a size of 4M has this issue.
The text was updated successfully, but these errors were encountered: