By default, the outer edge of the model is highlighted on a Q-slice plot. Is it possible to turn off the outline.


Yes. In ANSYS Release 9.0, you can turn of the edge outline using /GLINE,,-1. See example below.


/prep7
block,0,1,0,1,0,10
et,1,45
mp,ex,1,10e6
mp,prxy,1,.3
esize,.5
vmesh,all
nsel,s,loc,z,0,
d,all,all,0
nsel,s,loc,z,10
f,all,fy,1
alls
/solu
solve
/post1
set,last
/view,,1,1,1
/type,,8
/gline,,-1
plnsol,s,eqv





Show Form
No comments yet. Be the first to add a comment!