summarylogtreecommitdiffstats
path: root/step_to_h5m.py
blob: 98cd9a992ad555ec1e6cff9cd322865887da2caf (plain)
1
2
3
4
5
6
import CAD_to_OpenMC.assembly as ab
a=ab.Assembly()
a.stp_files=["./fuel_pins.step"]
a.import_stp_files()
a.merge_all()
a.solids_to_h5m()