Hi, I try to query entities in specific layer. However, the AttributeError shows : 'EntitySection' object has no attribute 'query'.
I had read the tutorial, it said "The ENTITIES section also supports the query() method", and the origin code is:
lines_and_circles = doc.entities.query('LINE CIRCLE[layer=="construction"]')
When I run the code in tutorial, the same error: 'EntitySection' object has no attribute 'query' was shown.
How to fix this error and achieve the goal I want?
Thank you for your help.