An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
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.
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...)
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...)