Tutorial: Mesh Closest Point Algorithm
(by ranjeethmahankali)

Resource File

Downloads:
140
Support Email

This is a tutorial I made recently on computing the closest point on a mesh from a query point. The algorithm uses an r-tree query to look for relevant faces and then computes the closest point on triangles returned from the query. It is implemented in C++ and the results are visualized using Grasshopper (via PInvoke).

The source code can be found here: https://github.com/ranjeethmahankali/GeomAlgoLib

Category: 

Resource Type
:

License: 

Paid Resource: 

Cost:

Tutorial Format: 

Tutorial Language: 

Level: 

Subtitles: 

App Files

Reviews