Creating Cuboids in OpenMC

Hi All,

I’m trying to create cuboids in openmc so I’ve been using ‘openmc.model.RectangularParallelepiped’ to create a cube of moderating material. That worked well so far however I’d like to have that cube within a room which would also be a cube and I’m running into the error:

TypeError: 'RectangularParallelepiped' object is not iterable

I think I understand from this that I can’t use the model more than once, so what other ways are there to create cuboids of various dimensions?

Thanks,
Nooradin

Solved this enclosing regions with X,Y,Z Planes of necassary dimensions