RTreeObj#

class ansys.edb.core.geometry.r_tree.RTreeObj(polygon, obj)#

Represents an RTree object.

Attributes:
polygonPolygonData

Polygon representation for the object in the spatial index.

objObjBase

Object to store in the index.

Methods