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

Add the option of set the order between boolean operations and rotation #568

Open
RemDelaporteMathurin opened this issue Nov 24, 2020 · 0 comments · May be fixed by #770
Open

Add the option of set the order between boolean operations and rotation #568

RemDelaporteMathurin opened this issue Nov 24, 2020 · 0 comments · May be fixed by #770
Labels
enhancement New feature or request

Comments

@RemDelaporteMathurin
Copy link

In some cases, it would be more optimised to first do the boolean operation then rotate the solid.

For instance in the casing for PrincetonD TF coil, each component is a union and a cut of 3 components. This makes (3 + 1) x nb_of_casings boolean operations.

By first union/cut then rotate, you'd only union/cut once then rotate. Which would make 3 + nb_of_casings operations and would save up much computational time.

A nice feature would be to control what we do first

@RemDelaporteMathurin RemDelaporteMathurin added the enhancement New feature or request label Nov 24, 2020
@RemDelaporteMathurin RemDelaporteMathurin linked a pull request May 28, 2021 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant