numpy-stl icon indicating copy to clipboard operation
numpy-stl copied to clipboard

Find a hole in a mesh

Open diazGT94 opened this issue 3 years ago • 1 comments

Hi,

I'm new using .stl models with Python. And I was wondering if I've a model that has two holes is it possible to find the hole dimensions and centroids?

diazGT94 avatar Nov 10 '21 18:11 diazGT94

This library does not provide any functionality for that, but you could do that :)

Here's a useful discussion on stackoverflow: https://stackoverflow.com/questions/12968478/how-to-detect-a-hole-in-the-triangular-mesh

wolph avatar Nov 10 '21 23:11 wolph