RTreeObj#
- class ansys.edb.core.geometry.r_tree.RTreeObj(polygon, obj)#
Represents an RTree object.
- Attributes:
- polygon
PolygonData
Polygon representation for the object in the spatial index.
- obj
ObjBase
Object to store in the index.
- polygon
Methods