Skip to content

Commit 63f9578

Browse files
committed
inp/Cell: added visualization
1 parent 3324cbe commit 63f9578

41 files changed

Lines changed: 327 additions & 257 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/example_draw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55

66
inp = pymcnp.Inp.from_mcnp_file(pathlib.Path(__file__).parent / 'data/input_files/png.i')
7-
vista = inp.to_pyvista()
7+
vista = inp.draw()
88
vista.plot()

0 commit comments

Comments
 (0)