haplokuon / netDxf

.net dxf Reader-Writer
MIT License
966 stars 393 forks source link

已忽略未知表头值 $DIMTXTDIRECTION 第 422 行 #417

Open amtf-ly opened 1 year ago

amtf-ly commented 1 year ago

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 this……thank you very much!

haplokuon commented 1 year ago

If your program does not recognize a valid header variable do what it says and just ignore it. You cannot remove it without modifying the code. All dimension header variables are written to avoid the appearance of the override style in the dimension styles list.

Write in English, I do not understand Chinese.

amtf-ly commented 1 year ago

thank you very much!