netDxf icon indicating copy to clipboard operation
netDxf copied to clipboard

.net dxf Reader-Writer

Results 129 netDxf issues
Sort by recently updated
recently updated
newest added

Hi. I have a question while using netdxf. I have a dxf file with Page Setup List set. (AutoCAD, Page Setup Manager - Command : PAGESETUP) ![image](https://user-images.githubusercontent.com/125246953/218389616-fe2baacf-6cf9-4c34-abc9-8c3a9983ade9.png) Use netdxf to...

question

Hi community, ![image](https://user-images.githubusercontent.com/78984964/217919507-e5a06be0-7f2e-4d82-95e3-d14266e6c75f.png) I'm facing the following error by integrating netDxf library into a revit plug-in. The framework to use is .net 4.8 and I've being trying to install every...

question

Hi, I have AutoCAD drawing I want to write some dimension in drawing elements, I have do liner dimensions in drawing but I am facing an issue when bulge or...

question

In the EncodingType class, an OutOfMemoryException is raised when a large FileStream is read. throw by the line: ![image](https://user-images.githubusercontent.com/24568654/204226532-29c3b62f-9380-45e2-a448-e0b2c78796b9.png) I made the following modifications: add function: ![image](https://user-images.githubusercontent.com/24568654/204227012-4476e4c4-1e29-4265-ba32-88d5d91c830a.png) Modify the GetType...

question

if current layer is layer1. then I cannot remove layer1;

question

I have two layers .I want merge them to one .

question

Hello, I want to ask if there is any way to improve the loading speed. It takes about 7 seconds to load a 20M file. I use C # in...

question

hello,if i use netdxf to do this "dxf.Save(@"D:\桌面\AAA.dxf");"……and then i will get the "已忽略未知表头值 $DIMTXTDIRECTION 第 422 行。"……how can i remove this use the netdxf?…………my next application(not autocad) cannot handle...

question