-
Hello everyone. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You don't have to draw the whole modelspace, you can also draw just a subset of the entities: How to get this subset? That is your specific problem to solve. The next version of Docs for the selection tools: https://ezdxf.mozman.at/docs/tasks/select.html |
Beta Was this translation helpful? Give feedback.
You don't have to draw the whole modelspace, you can also draw just a subset of the entities:
Frontend.draw_entities(subset)
How to get this subset? That is your specific problem to solve. The next version of
ezdxf
has a newselect
module to select entities based on their location. A release candidateezdxf v1.3.0rc0
is available on PyPI.Docs for the selection tools: https://ezdxf.mozman.at/docs/tasks/select.html
Tutorial: https://ezdxf.mozman.at/docs/tutorials/entity_selection.html#tut-entity-selection