Hello,
I’d like to rotate a quarter-torus but I’m receiving the following error message :
File “/openmc_venv/lib/python3.11/site-packages/openmc/surface.py”, line 2313, in rotate raise NotImplementedError(‘Torus surfaces cannot handle generic rotations’) NotImplementedError: Torus surfaces cannot handle generic rotations
Fortunately I know how to get around that (i.e. create a bend with a square section by using cylinders).
Would you be able to correct this and enable torus region to be rotated?
Thanks in advance