MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
663 stars 152 forks source link

AabbTree.intersection_indices function removed #14

Open chaitanya100100 opened 5 years ago

chaitanya100100 commented 5 years ago

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?

anuragranj commented 5 years ago

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

chaitanya100100 commented 5 years ago

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?

anuragranj commented 5 years ago

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.

jcpassy commented 4 years ago

Thanks @anuragranj for the input. Closing the ticket.

ioreshnikov commented 4 years ago

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