Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add boundary condition type to repr for surfaces #682

Open
MicahGale opened this issue Mar 10, 2025 · 0 comments
Open

Add boundary condition type to repr for surfaces #682

MicahGale opened this issue Mar 10, 2025 · 0 comments
Labels
feature request An issue that improves the user interface. good first issue Good for newcomers

Comments

@MicahGale
Copy link
Collaborator

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 MicahGale added feature request An issue that improves the user interface. good first issue Good for newcomers labels Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request An issue that improves the user interface. good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant