Skip to content

Conversation

@francoisbonneau
Copy link
Member

No description provided.

@github-actions github-actions bot changed the base branch from master to next October 28, 2025 13:23
Copy link
Member

@panquez panquez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments about forms and homogeneity of messages. I leave @MelchiorSchuh giving its opinion on changes

absl::StrCat( "Polygons ", polygon_pair.first.element_id,
" of surface ",
absl::StrCat( surface1.name(), " and ", surface2.name(),
" intersect each other on polygons ",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

respective?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pas sure de comprendre

{
InspectionIssues< index_t > wrong_polyhedra{
"Negative Polyhedra."
"Negative Volume Polyhedra"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why "volume" (capital letter?) is added here and not on line 47 of file src/geode/inspector/criterion/negative_elements/brep_meshes_negative_elements.cpp

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

je penssais qu on ne testeatait pas que le volume sur la brep si?

{
InspectionIssues< index_t > wrong_polygons{ "Negative Polygons." };
InspectionIssues< index_t > wrong_polygons{
"Negative Area Polygons"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment

Copy link
Member

@MelchiorSchuh MelchiorSchuh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

General comments:

  • I prefer uuids of components given directly after name rather than at line end
  • each line should be informative on its own, if there are 200 lines of polygon adjacency issues, having to go up the stack to know what the issue is about is a problem
  • Fix a convention for upper cases at the beginning of issue strings and apply it everywhere. I would upper-case Corner, Line, Surface, Block and lower case the rest.

{
InspectionIssues< PolygonEdge > polygon_edges_with_wrong_adjacency{
"Adjacencies between polygon edges not tested"
"Adjacencies between polygon and edges not tested"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert change, the test is on polygon edges (PolygonEdge)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants