Hello,
I'm having difficulty accessing the value of the 'YoungModulus' in the ResultMap.
I'm using the code presented below, but it gives an error on the line "young_modulus = float(gdr['ResultMap']['Strain']['Isotropic']['YoungModulus'])".
....
gdr_name = gd.runCmd("ElastoDict:SolveFeelMathVOX", SolveFeelMathVOX_args_1, Header['Release'])
import stringmap
young_modulus = gdr['Strain']['Isotropic']['YoungModulus']
gd.msgBox(young_modulus)
May I suggest another way? My code aims to perform an optimization, which will be based on the 'YoungModulus'.