Hi, I am new to CAD software and ezdxf. My operating system a Linux so I use LibreCAD.
My target is find the center of gravity in the dxf. I wrote code that finds the center of gravity with coordinate but I cant reach the coordinate int the dxf file in python. How can I reach coordinates in dxf file in Python.
I tried read the file with python but this doesn't give me coordinates.
Also I tried groupby function and I got something like this as output
Layer "KATMAN_1" contains following entities:
INSERT(#42)
INSERT(#47)
INSERT(#4C)
INSERT(#51)
INSERT(#56)
INSERT(#5B) .....
So How can I reach coordinates in dxf file in Python.