We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey MeshLib Team,
this is just a heads up, that the naming in this enum is a bit misleading:
MeshLib/source/MRMesh/MRBooleanOperation.h
Lines 27 to 34 in da42f2f
For this example:
OutsideA produces the following result, which is actually outside of the B object. The description is correct, but the enum name is reversed.
OutsideA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey MeshLib Team,
this is just a heads up, that the naming in this enum is a bit misleading:
MeshLib/source/MRMesh/MRBooleanOperation.h
Lines 27 to 34 in da42f2f
For this example:
![Image](https://private-user-images.githubusercontent.com/49192999/406220089-bae83554-50d6-4d0b-960d-a9f0aa303d83.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjMzMzMsIm5iZiI6MTczOTU2MzAzMywicGF0aCI6Ii80OTE5Mjk5OS80MDYyMjAwODktYmFlODM1NTQtNTBkNi00ZDBiLTk2MGQtYTlmMGFhMzAzZDgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE5NTcxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWEyMzZmNzExOGNkZTdhZWZjNmE2Njg1NTBhZWZmYTlhZjBkOWE5ZTRkYzU1MThiNTVlYjE4YjA3NmI1NWM0NTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UkPsacqAYFc6C_LpopuYqvPKnbqv6YkE-ynxk7IkP7Y)
OutsideA
produces the following result, which is actually outside of the B object. The description is correct, but the enum name is reversed.The text was updated successfully, but these errors were encountered: