Project points on mesh?

Hello, I have a question about projecting points on a mesh. Is there a method already implemented for it?
Thank you for any hints!
Selen

I believe there is a numpy-based implementation for points and triangular meshes. Not sure if it is part of the public documentation yet, but you can check it out here: https://github.com/compas-dev/compas/blob/master/src/compas/datastructures/mesh/pull_numpy.py

I wonder though if there are any other pull-to-mesh methods in the making in any of the other branches.

1 Like