How to Read DXF file with acadsharp? #354
Replies: 3 comments 11 replies
-
|
Hi @farshadvl, This seems an error in the Reader, could you provide more information about the exception? |
Beta Was this translation helpful? Give feedback.
-
|
Hi DomCR I have update package to latest version ACadSharp -Version 2.3.1-beta can u check it.my dxf file here I have uploaded |
Beta Was this translation helpful? Give feedback.
-
|
Hi Dom I have read this dxf with this library:IxMilia |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi guys . I have used this code but get error : object references not set ....
using (DxfReader reader = new DxfReader(file, null))
{
CadDocument doc = reader.Read();
}
why? and what should I do?
Beta Was this translation helpful? Give feedback.
All reactions