hexagon logo
  • Is there a way to catch errors in a view macro?

    I'm trying to achieve something similar to try/catch in c++ or try/except in python.
  • Scripts for model auto-generation

    Hi Folks, Here is part of my script for auto-generation of force in a model. 1- variable create variable_name=n integer_value=1 2- while condition=(n < (eval(total_roller_number+1))) 3- force create direct general_force & 4…