summarylogtreecommitdiffstats
path: root/step_to_h5m.py
blob: 698f317a1242a3b975e4e8a32473d6461c6b45de (plain)
1
2
3
4
5
6
7
8

import sys
import CAD_to_OpenMC.assembly as ab
a=ab.Assembly()
a.stp_files=["~/.cache/yay/python-cad_to_openmc/src/CAD_to_OpenMC/examples/7pin.step"]
a.import_stp_files()
a.merge_all()
a.solids_to_h5m()