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

Hello, i have got some dxf files containing POLYLINE entities with VERTEX entities having nonzero bulge value (code 42). The PolylineVertex class does not have a Bulge property, but the...

question

Hello, Thanks' for the library, it's pretty awesome. I believe I encountered an error when drawing ellipses using the .ToPolyline() method. It is my understanding that this method samples points...

question

Hello, I would like to know if there will be a function that allow netdxf to explode the Hatch entity into a list of lines? Like Lwpolyline `public List Explode();`...

feature request

My cad file has some leaders which has horizontal direction of "X= -1.0000 Y= 0.0000 Z= 0.0000". which netDxf.Entities.Leader shows x-axis mirrored. This is the dxf's leader part. `LEADER 5...

question

I zipped dxf file then unzip it on memory and tried to load dxf by public static DxfDocument Load(Stream stream); which every time returns null. ``` //------------------- //make zip from...

question

Hello, I'm wondering if with netDxf it is possible to split a 2d entity using another entity. Something like the example below, where the red polyline is used to split...

question

KNOWLEDGE: Experienced programmer but almost no experience with CAD functionality or DXF model. GOAL: I have some DXF files and need to convert them to an image and display that...

question

Let's say I was creating a program to determine how long it would take a CNC to cut out all lines in a file. First I would need the total...

question

@hi there, I create two layers: layer1 and layer2. I want to add layer1 to LayerGroup1 and layer2 to LayerGroup2. How I can do that ? Please help me !...

question