Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 13, 2024
1 parent 8b038fb commit a6e6056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/surface_mesh/single_stp_file.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from cad_to_dagmc import CadToDagmc

my_model = CadToDagmc()
my_model.add_stp_file("spline_extrude.stp")
my_model.export_dagmc_h5m_file(material_tags=["mat1"])
my_model.add_stp_file(filename="spline_extrude.stp", material_tags=["mat1"])
my_model.export_dagmc_h5m_file()

0 comments on commit a6e6056

Please sign in to comment.