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

I have a problem reading the SHP file. The problem is with the `internal short ShapeNumber(string name)` method of the `ShapeStyle` class. ``` string[] tokens = line.TrimStart('*').Split(','); // the third...

question

I exported the attached files with the LibraCAD Nightly and neither load. One is AutoCAD2007 and the second is AutoCAD2004 format. [dxfs.zip](https://github.com/haplokuon/netDxf/files/5462458/dxfs.zip)

question

Hello all, I will explain my issue with an example: two objects, such as two 3DFACE, at different elevation and one partially covered by the other. Is there any chance...

question

Hi, we have found that after we have added geometry to a dxf file, that some of the original geometry may change colour. What makes this very confusing is that...

question

if (!(Math.Abs(this.knots[i + p] - this.knots[i]) < double.Epsilon)) The return result is uncertain sometimes The return result is true sometimes The return result is false

question

I have a dxf file in which the font name of text styles is enclosed in quotation marks. Autocad works successfully with this text style. However, NetDxf generates an exception...

question

Hello there, I created some linear dimensions with ISO-25 dimension style template, that should have DIMTIH and DIMTOH properties set to ON. But if I open the resulting dxf with...

question

I have some problem in reading/writing AcDb2dPolyline,when I change the AcDb2dPolyline vertex , it changes AcDb3dPolyline,and I have no way to change AcDb2dPolyline。

question

Hello, I have been successful in writing and exporting a DXF model from a Unity game object with multiple meshes, However, after putting the model in Autodesk's viewer I have...

question

I have an issue for using the library in Unity2017,when I new DxfDocument have an error "Failure has occurred while loading a type".I thought the Unity probably use .net framework3.5...

question