Cylindrical_shell for pack_spheres()

Hi everyone,
How to fill a cylindrical shell with openmc.model.triso.pack_spheres()?
For now, the only admitted regions are ‘rectangular prism, cylinder, sphere, and spherical shell’ (cf doc)
(by ‘cylindrical shell’, I mean the region between two co-axial ZCylinders, the ZPlane(z0=0.) and Zplane(z0=1.) for instance)
Thanks a lot!

Unfortunately right now it’s not possible. If you wanted to take a stab at implementing this though, it would only require changes to this class:

Ok, thanks @paulromano

Hi,
I’m facing the same issue, were you able to edit this to pack TRISOs in the region or make your own function to pack the spheres?
Thanks!