Relative Content

Tag Archive for pythonalgorithmpolygonautocaddxf

Algorithm to find polygons given a set of lines and points

I am trying to automate my workflow in GeoStudio. It involves getting a section from AutoCAD and plotting it into GeoStudio. So far, I am using the ezdxf library in Python to extract information about the points and lines from the CAD file.