-
Prof. Bender, I found if I input addFace() with vertices more than 3 are not allowed. It means I can't input face other than triangles? Sometimes, it would also break and close the python IDE. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
janbender
Oct 11, 2022
Replies: 1 comment 1 reply
-
The library only supports triangle meshes. So the simple answer is that you have to triangulate your mesh. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
blower05
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The library only supports triangle meshes. So the simple answer is that you have to triangulate your mesh.