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
Ezdxf line quardinates
I want to get all coordinates of a line via ezdxf. I found nothing relevent. I am able to get only starting and ending points but I need all coordinates. Kindly guide.
Hannan Ma Lik
Votes: 0
Answers: 1
auto py to exe module not found ezdxf
Tried to make exe in a file, and its not import the ezdxf module correctly.
I am using spyder by anaconda.
the error:
Traceback (most recent call last):
File "Conversor - Tkinter.py", ...

Lucas Francklin
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