Find coordinates of facet vertices

Hey there, here’s an example to get the 3 points of the clicked facet. I condensed it into a for loop since it’s the same process for each of them. Essentially it’s a two step process: first get the index from the indices array, then get the position from the positions array. :slight_smile:

1 Like