fusion-energy / openmc_regular_mesh_plotter

A Python package for plotting OpenMC regular mesh tally results with underlying geometry from neutronics simulations.
MIT License
9 stars 1 forks source link

STL geometry shouldn't have to be rotated #28

Open RemDelaporteMathurin opened 2 years ago

RemDelaporteMathurin commented 2 years ago

The default behaviour of plotting the geometry (rotation=0) should plot the geometry as the users built it. Maybe the geometry has to be internally rotated by 90° if trimesh makes this weird rotation...