DXF (Drawing Exchange Format) is a CAD data file developed by AutoDesk for interoperability between AutoCAD and other CAD applications.
Questions tagged [dxf]
320 questions
-1
votes
1 answer
How to display Autocad DXF on WPF Canvas?
I am whole new in Autocad using in .NET application. I am working on WPF application that need to import, export and view 2d DXF or DWG file on canvas. I need some general information about how to achieve my goal if possible step by step…

Edmon
- 108
- 2
- 5
-1
votes
1 answer
Draw Spiral coil using DXFwriter API in python
Hi people,
I am trying to generate the PCB coil dxf format using
python DXFwriter
https://pypi.python.org/pypi/dxfwrite/
There are built in shapes like ARC,Circle,Polyline,Polymesh.
I am not able to draw spiral shape using the API.
Can any one…

Vijay
- 278
- 5
- 19
-2
votes
2 answers
Retrieval of DXF entities from a particular view using ezdxf
I am trying to retrieve entities only from particular view of a DXF file.
The VIEWPORT class doesn't help to separate views.
Help me to solve this out.
Thanks in advance

karthik
- 1
-2
votes
1 answer
adding files into a database-crossmatching the contents to check if the record already exists
i need to make a windows based desktop software. I have a number of simple autocad drawings file (*.dxf). If i get a new drawing I need to check if the drawing exists in the system.
the *.dxf file contains different sections(HEADER,CLASSES,ENTITIES…

mahe
- 1
- 1
-4
votes
1 answer
DXF converter in UWP
I need a DXF converter for my UWP. The library can be paid, it does not matter. Have you used a DXF converter with UWP before?
I want to convert DXF to PDF or Image.
Thank you.

Beyru
- 13
- 3