xpypeipei 发表于 2011-11-7 09:40:19

用一个循环来选择不同高度上不同半径圆内的点的集合,为什么选中的不对,请看命令流


local,13,1,0.001,0,lz
r0=0.002
h=0.004
esel,s,type,,1
nsle,s
*do,k,1,40,1
hk=k*0.0001
rk=0.577*r0*sqrt(log(h/hk))
nsel,a,loc,z,-hk,-hk
nsel,r,loc,x,0,rk
nsel,r,loc,y,0,180
cm,node_f1,node
*enddo

lanweiming 发表于 2011-11-7 23:00:09

make sure that there are nodes at these locations.

xpypeipei 发表于 2011-11-28 14:35:48

lanweiming 发表于 2011-11-7 23:00 static/image/common/back.gif
make sure that there are nodes at these locations.

已经解决了。从小端向大端选择
页: [1]
查看完整版本: 用一个循环来选择不同高度上不同半径圆内的点的集合,为什么选中的不对,请看命令流