-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/export geos #901
Feat/export geos #901
Conversation
…ents are tetrahedra, prisms, pyramids or hexaedra.
if( facets_vertices.size() != 8 ) | ||
{ | ||
return false; | ||
} | ||
for( const auto &facet_vertices : facets_vertices ) | ||
{ | ||
if( facet_vertices.size() != 3 ) | ||
{ | ||
return false; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure of that. A prism has only 5 facets, and belong them 3 facets have 4 vertices et the 2 others has 3 vertices
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check if the facets have only 3 or 4 vertices then ? Is it enough ?
🎉 This PR is included in version 14.16.0-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 14.16.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.