Get vertex coordinates of the facets in VoronoiNN #4650
Unanswered
YingjiangTang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In VoronoiNN, when I use poly = nn.get('poly_info') for nn_info = vnn.get_nn_info(structure, i). It seems I can only get vertex indices in 'verts'. Is there anyway to get the actual vertex coordinates instead of indices?
By the way, I don't think indices are useful if no coordinate information is exposed.
All reactions