paramak icon indicating copy to clipboard operation
paramak copied to clipboard

boolean operation ordering

Open billingsley-john opened this issue 3 years ago • 3 comments

Currently, the order in which boolean operations are performed is hard coded in the reactor.py class:

  • Cut
  • Intersect
  • Union

However, sometimes these operations are not mutable for the desired shape. Control of the order in which these operations are performed could be useful.

billingsley-john avatar Feb 26 '21 14:02 billingsley-john