You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I define it as a mesh by giving 2x5 vertices: the extremities of the two pentagramms, and for the faces, I give the two pentagramms (so there are intersection within each face) and five rectangles (so there are between-intersections).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Here is the pentagrammic prism:
I define it as a mesh by giving 2x5 vertices: the extremities of the two pentagramms, and for the faces, I give the two pentagramms (so there are intersection within each face) and five rectangles (so there are between-intersections).
Then
triangulate_faces
fails (returnsfalse
). Is this failure due to the intersecting edges?Beta Was this translation helpful? Give feedback.
All reactions