Extracting mesh data #50
eflehder1
started this conversation in
Coding for (Computational) Engineers
Replies: 1 comment 1 reply
-
Hi @eflehder1 Number of triangles can be queried using nTriangleCount. Since each triangle has three edges, but the edges are shared between the adjacent triangles, the number of edges should be the same as the number triangles (unless I am thinking wrong!). Best, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @leap71 how could I get the number of faces in a mesh as well as the number of edges using PicoGK? I found a method .nVertexCount(), but none for the other two.
Many thanks,
Eric
Beta Was this translation helpful? Give feedback.
All reactions