MontePy icon indicating copy to clipboard operation
MontePy copied to clipboard

Add boundary condition type to repr for surfaces

Open MicahGale opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

It would be helpful sometimes to see the boundary condition state (e.g., is_reflective, is_white_boundary), and there's no easy way to get that from repr(surface).

Describe the solution you'd like

I would like is_reflective: True, or something similar to show in repr(surface)

Describe alternatives you've considered Users just have to print(surface.is_reflecting)

MicahGale avatar Mar 10 '25 00:03 MicahGale