hexagon logo
  • Example script to run a folder of geometries.

    Hello all, I'm trying to run a folder with multiple different geometries generated in .stl format. I would like to run all of them using same dies. Is there an example script for this kind of problem. Also how does the preform/workpiece positioning…
  • Issues with scripting in simufact

    Hello all, I am trying to save my results contours as images with the predefined saved view and applying it to all of them using the below script but not able to get the saved view apply to all of them: import os import traceback # ==…
  • STL creation in python api

    Hello , Can we create a .stl file in Simufact python API using .stl creation code just like we do in MATLAB? I have tried but the system was showing this errors: ModuleNotFoundError: No module named 'stl' Thanks, VIgnesh