python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Geometric Dimensioning and Tolerancing support in EZDXF Python
I am trying to read the GD&T Symbols like Concentricity, Perpendicularity using ezdxf parser on DXF Files. The GDT Symbols get read as TOLERANCE Entity and using the content attribute I have succe...

Anuradha
Votes: 0
Answers: 0
Visual components from external libraries not visible in design view of visual studio
I'm doing maintenance on a GUI, made in C#, using Visual Studio (xaml technology).
There are several visual components I don't see in the design view, like the Telerik and DXF visual components. I hav...

Dominique
Votes: 0
Answers: 1
Filter LINES in all LWPOLYLINE in DXF doc using python ezdxf
How can I get the LINES coordinates from a LWPOLYLINE in a dxf doc?
I have the following code:
import sys
import ezdxf
Coordenadas = str()
Coordenadas_texto = str()
try:
doc = ezdxf.readfile(str(...

Lucas Francklin
Votes: 0
Answers: 1
why my dxf file not working in AutoCAD giving me ID 11 incorrect: already used
I have generated a dxf file but when I opened it with AutoCAD, crashes AutoCAD and gives a message ID 11 incorrect: already used.
the dxf content: https://github.com/tarikjabiri/dxf/blob/dev/examples/...
Tarik EL JABIRI
Votes: 0
Answers: 1