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, Thanks for your hard work for netDxf,I just want to know how can I get the **total Length** of a text or Mtext(as below pic. )? Thanks! ![image](https://user-images.githubusercontent.com/44011133/184534628-6a11f01c-44a7-495b-acdb-069999984bc0.png)

question

Hi, I was wondering why OrdinalIgnoreCase is used for the Dictionaries containing string as key, thereby not making the library possible to distinguish between layers in a DXF named e.g....

question

This PR adds unit test framework and NET6 targeting. In the first unit test inserted I test for Arc StartAngle, EndAngle and with the given dxf Polyline2DTest_0001.dxf results that test...

With this PR the `PackageId` field added to csproj with the name `netDxf-official` that isn't used on nuget as results from this search https://www.nuget.org/packages?q=netDxf Publish nupkg is pretty simple: -...

Hi, Now I have some dxf files which are generated by Tekla Structure Software version 2021. For these dxf files, I am not able to read their "$EXTMIN" and "$EXTMAX"...

question

https://github.com/haplokuon/netDxf/blob/7bff33a70f4e306652ab888827b36f3c5cf47ed7/netDxf/Entities/Spline.cs#L234 I derived the spline class and cannot initialize both the control points and the fitted points at the same time.

question

Hi there I have a question about the offset... I had a list of lines to create a triangle and I need to create an offset around this triangle (red...

question

When use the 'DxfDocument.Load', we can't open the DXF file and return 'NULL'. The compressed of DXF file as: [DXF.zip](https://github.com/haplokuon/netDxf/files/9194850/DXF.zip)

question

hi, I am trying to read the dxf file in C# and want to read its universal coordinate system. please give me suggestions.... thanks.

question

Hello... I'm using your library and I'm new with C#. I am doing a dll using yours as reference, I would like to know if there is a way to...

question