facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.7k stars 1.3k forks source link

Get intersections between meshes / lines with meshes #1800

Closed ManuGraiph closed 4 months ago

ManuGraiph commented 4 months ago

Hi,

As the title says, it's possible to get, in pytorch3d, the intersection points between 2 meshes and/or between a mesh and a line?

Thanks in advance!

bottler commented 4 months ago

This is not available, but I think it could be implemented using similar methods to the functions in point_mesh_distance.py