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
Geant4 forum post https://geant4-forum.web.cern.ch/t/creating-a-g4unionsolid-with-10-different-components/9906 points out that Boolean operations in Geant4 are rather CPU demanding, as extruded and revolved sketches use a number of Booleans, investigate use of G4MultiUnion and AddNode.
Document a number of tests with and without use of G4MultiUnion and also compare with the same shapes Tessellated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Geant4 forum post https://geant4-forum.web.cern.ch/t/creating-a-g4unionsolid-with-10-different-components/9906 points out that Boolean operations in Geant4 are rather CPU demanding, as extruded and revolved sketches use a number of Booleans, investigate use of G4MultiUnion and AddNode.
Document a number of tests with and without use of G4MultiUnion and also compare with the same shapes Tessellated.
The text was updated successfully, but these errors were encountered: