Hi,
I was wondering if it was possible to launch python script file from HyperMesh.
I mean that I have a .py in /MyDocuments for example.
I would like to launch my macro HM. And then, in this macro, a command that launch my .py in /MyDocuments and continue normally.
Or, I would like to check if a value exists for theta/mcsid in CQUAD4/CTRIA3 card. Using 'hm_attributeindexvalue element $element_ID 3 -byid', how to check if a value exists or not ? Because trying this on an element which have no value returns '0'. But '0' could also be a value for theta so...
Thanks !