- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am still fairly new to fusion 360 workflows and the API, so thank you in advance for any help or general advice you may provide.
Essentially I have designed a prototype helmet for use in fNIRS research experiments. In my script I created circle sketches perpendicular to the surface of the helmet and extruded them to create holes where fiber optic cables are going to be inserted to sit on the scalp. I have center points for those sketches and construction axes running perpendicular to the surface of the helmet.
The goal is to take a 3d scan of the person and project the points I have on the helmet down to the scalp to get the coordinates of where the fibers will be sitting on their head.
I can't find any method that will give me a point of intersection with a mesh object for use with the head scan.
Another method I tried is down sampling the mesh object and converting it to a BRep object to then project the center point along the construction axis vector to the nearest face on the converted mesh (pictured below). But for this, the problem then becomes figuring out which of the many hundreds/thousands of triangular faces to select in the code to automate the creation of the intersection point. I don't have the faintest idea of how to do that.
Is there a better way to do this? I am open to any ideas.
Thanks again!
Solved! Go to Solution.