findingfate 发表于 2008-5-7 17:38:12

在力函数Function里面不能用eval??

编写一个循环语句,定义一个循环变量p。然后在作用力大小中需要用到。此时不能用eval(p)了。盼望大侠解决
var set var=p int=1
force create direct single_component_force &
      single_component_force_name=(eval(".model_1.scontforce_"//p)) &
      type_of_freedom=translational &
      action_only = off &
      i_marker_name=....      j_marker_name= ....&
      function = "(eval(p))" &

hanlingpanjx 发表于 2014-10-6 21:21:04

同问,怎么解决的?

young_horizon 发表于 2017-2-8 21:45:11

函数中不能再加入循环变量了
页: [1]
查看完整版本: 在力函数Function里面不能用eval??