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

When I use netDxf to read this dxf file(sample.zip), it will show below error with **Assertion failed**, but it still work effective when I enter "Ingnore" ,could you please help...

question

[ceshi4(1).zip](https://github.com/haplokuon/netDxf/files/9488663/ceshi4.1.zip) Hello, I have a DXF file here. There is a polyline as a block and a circle as a block. These two blocks form a new block. After opening,...

question

var dxfDocument = DxfDocument.Load(@"E:\\1.dxf"); dxfDocument.Viewport.ViewHeight = 100000; dxfDocument.Viewport.ViewCenter = new Vector2(0, 0); dxfDocument.Save("E:\\"2.dxf"); ![1](https://user-images.githubusercontent.com/15854449/190069760-1115927b-e6b5-4ae1-bc22-6ea3126b0f76.png) after modifying viewport ![2](https://user-images.githubusercontent.com/15854449/190069774-1977a164-36f8-4c29-95ad-dcfed5c6579a.png) [dxf.zip](https://github.com/haplokuon/netDxf/files/9563078/dxf.zip)

question

Hi Haplokuon, Is it possible to update, edit, or alter the DXF file data using netDxf ? I want to select a particular Polyline and wish to delete that polyline...

question

Hi there I had a list with the Coordenates to create a square but I want to show the dimension of the lines, Using this code I can show the...

question

I am no longer sure whether this library is still under development. I still ask a question. How do I get the drawing order out. The library categorizes the objects....

question

Hello, Is there any way to read multi leaders from .dxf files?

question

The days of this project are numbered, Github is imposing 2FA this double security bollocks, and I will NOT apply for that. I DON'T use mobile applications they are the...

I have a DXF with a nested insert but each insert only contains empty inserts, no other entity (it should contain Surfaces). I'm using trueview to track the handle as...

question

When I want to add a Text to my DxfDocument, the FontFamilyName gets overwritten. Code to reproduce the bug: ``` DxfDocument doc = new DxfDocument(); TextStyle textStyle = TextStyle.Default; textStyle.FontFamilyName...

question