Skip to content

Commit

Permalink
add run command
Browse files Browse the repository at this point in the history
  • Loading branch information
aradermacher committed Aug 30, 2023
1 parent 6da92cd commit d34cde3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usecases/TrussArc/trussarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

from amworkflow.api import amWorkflow as aw

# python trussarc.py -n trussarc -gp thickness height -gpv 50 100 -mbt 10 -msf 5 -vtk

@aw.engine.amworkflow() #("draft") # for visulaization
def geometry_spawn(pm):
#Define model by given file with points
Expand Down

0 comments on commit d34cde3

Please sign in to comment.