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

MIsleading naming in BooleanOperation Enum #4014

Open
mariuszhermansdorfer opened this issue Jan 23, 2025 · 0 comments
Open

MIsleading naming in BooleanOperation Enum #4014

mariuszhermansdorfer opened this issue Jan 23, 2025 · 0 comments

Comments

@mariuszhermansdorfer
Copy link

Hey MeshLib Team,

this is just a heads up, that the naming in this enum is a bit misleading:

/// Part of mesh `A` that is outside of mesh `B`
/// \image html boolean/outside_a.png "Outside A" width = 300cm
OutsideA,
/// Part of mesh `B` that is outside of mesh `A`
/// \image html boolean/outside_b.png "Outside B" width = 300cm
OutsideB,
/// Union surface of two meshes (outside parts)
/// \image html boolean/union.png "Union" width = 300cm

For this example:
Image

OutsideA produces the following result, which is actually outside of the B object. The description is correct, but the enum name is reversed.

Image
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

No branches or pull requests

1 participant