Load Collector Values
Altair Forum User
Altair Employee
Hi,
Below are the load collector images of two Hypermesh models... I need to retrieve V1 and V2 value in one model and N1,N2,N3 in the other model.. What are those actually? and How do I retrieve it through tcl.
0
Answers
-
Hi,
open template file and search for 'V1', 'V2', if you find template variables for them (normaly start with '$') you can retrieve values by hm_getentityvalue
also, you can retrieve them by hm_attribute..., but first looking for attribute index of V1, V2 in template (defined by *defineattribute...)
0