summarylogtreecommitdiffstats
path: root/step_to_h5m.py
blob: 69834051b286d14d0b373fd5431f64d69e97af92 (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(backend="stl")