Category "ezdxf"

The contour detected using opencv to dxf

I used opencv to detect contours in Python. I wrote the code for saving this contour as a dxf file as below through a search. cap = EasyPySpin.VideoCapture(0)

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. Th