Skip to content
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

Merged
merged 4 commits into from
Feb 28, 2024
Merged

Feat/export geos #901

merged 4 commits into from
Feb 28, 2024

Conversation

francoisbonneau
Copy link
Member

No description provided.

@github-actions github-actions bot changed the base branch from master to next February 27, 2024 19:11
@francoisbonneau francoisbonneau marked this pull request as ready for review February 28, 2024 10:14
Comment on lines +84 to +94
if( facets_vertices.size() != 8 )
{
return false;
}
for( const auto &facet_vertices : facets_vertices )
{
if( facet_vertices.size() != 3 )
{
return false;
}
}
Copy link
Member

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

Copy link
Member

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 ?

@panquez panquez merged commit 9994707 into next Feb 28, 2024
23 of 28 checks passed
@panquez panquez deleted the feat/export_geos branch February 28, 2024 18:07
@BotellaA
Copy link
Member

🎉 This PR is included in version 14.16.0-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@BotellaA
Copy link
Member

🎉 This PR is included in version 14.16.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants