Attributerror : module 'openmc' has no attribute ' get_rectangular_prism'

hi everyone,
I am trying to run a cell-pin program that previously used openmv v 0.10.0. then I try using openmc v 0.11.0. I get the error message quoted in the subject line of this post. Why did I receive this message, and how do I fix the problem? Any assistance will be appreciated. thanks.

Hi Nurul,

The name of the function was changed to rectangular_prism in v0.11:

https://docs.openmc.org/en/stable/pythonapi/generated/openmc.model.rectangular_prism.html#openmc.model.rectangular_prism

Best,
Paul