Jacobian check using macro
Hi all
I am very new to tcl and macro making and was trying to create a macro for checking the jacobian.
Using the help file from hypermesh desktop reference guide this is what i did:
Answers
-
Hi Bavana,
Do you see 'xxx elements have selected' when you place the elements on the mark 1?
Looks like the elements are not selected from the display.
0 -
-
Dear sir
Thanks for the script you gave me. I guess the entire difference was of the brackets I was using which you didn't use.
The script is working perfect now.
Thanks again.
0 -
Hi,
How would I retrieve all the values in the check elems (warpage,aspect,skew, etc) in a variable
0 -
Altair Forum User said:
Hi,
How would I retrieve all the values in the check elems (warpage,aspect,skew, etc) in a variable
Hi
there is not direct command to return those values
you can make a tcl script to append each value into the variable
to retrieve each value, using hm_getentityvalue
or you can make a template to write them to a file, and read it into the variable
0 -
Hi,
You can use [hm_get2delemchecktestval warpage2d] to get the values.
0