Questions tagged [ezdxf]

This tag should be used for questions concerning the ezdxf Python package, a library of functions which may be used to read & manipulate DXF files.

92 questions
-2
votes
1 answer

How do I find number of Bounded Regions in a CAD drawing?

I have a dxf drawing and I want to find the number of regions which have closed loops. For Example: The below picture has two closed loops. I want to detect that this drawing has 2 closed loops. I am using ezdxf library in Python. If I use the…
user3608646
  • 13
  • 1
  • 8
-2
votes
2 answers

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. Thanks in advance
1 2 3 4 5 6
7