mesh icon indicating copy to clipboard operation
mesh copied to clipboard

AabbTree.intersection_indices function removed

Open chaitanya100100 opened this issue 6 years ago • 5 comments

Earlier versions of this library seem to have a method intersections_indices() in search.AabbTree class. But I couldn't find in this current version. Any reason for that?

chaitanya100100 avatar Aug 06 '19 14:08 chaitanya100100

This is the only release version of this library and does not provide intersections_indices(). Which version are you referring to?

anuragranj avatar Aug 06 '19 20:08 anuragranj

Sorry it was my mistake. I was observing src/spatialsearchmodule.cpp and I found static PyObject *Mesh_IntersectionsError; so I thought the library might be providing a functionality to compute intersections between two meshes.

On that note, can we have such feature for computing intersections between two meshes?

chaitanya100100 avatar Aug 07 '19 08:08 chaitanya100100

Unfortunately, for now, we do not have an immediate plan to do this. This may or may not be added in future. But, pull requests are welcome if you would like to support this functionality.

anuragranj avatar Aug 14 '19 11:08 anuragranj

Thanks @anuragranj for the input. Closing the ticket.

jcpassy avatar Apr 09 '20 09:04 jcpassy

Reopening the issue for the potential contributors to notice and implement it in the future.

ioreshnikov avatar Apr 09 '20 09:04 ioreshnikov