ansys / pyedb

pyedb is a Python library to use the EDB client library.
https://edb.docs.pyansys.com/
MIT License
3 stars 0 forks source link

FEAT: Generate Rtree padstackinstances index #415

Closed svandenb-dev closed 2 weeks ago

svandenb-dev commented 2 weeks ago

Description of the feature

Rtree is a spatial indexed class allowing query on padstack instances based on bounding box. Rtree is very fast and interesting to get the object instances index.

Steps for implementing the feature

No response

Useful links and references

No response