5、plot命令
通过图形操作界面的方式:
pl zone colorby gr ;查看各个分组
通过命令流的方式: plot create plot Plot01 plot clear
plot add history 1 linestyle color black plot post plot Plot01 file 127F1002.ps manual
plot create plot Plot02 plot clear
plot add history 2 linestyle color black plot post plot Plot02 file 127F1003.ps manual
plot create plot GravV
plot cut add plane dip 90 dd 0 origin 3,4.1,0 plot set center 3 3 3 plot set eye 12 18 12
plot add zone plane behindplane on onplane off plot add bcont szz ramp grey plot add axes
plot post plot GravV file 127F1004.ps manual
;截面 ;addlabel \
res kw50 plot create plot szz_contour plot cut add plane dip 90 dd 180 origin 0,18.9,0
plot set orient 120 220 0 plot set center 45 45 0 plot add zone plane behindplane on onplane off ; plot add bcont szz ramp rainbow pl set mag 1.0 plot add axes plot show
plot create GravV
plot set plane dip=90 dd=0 origin=3,4,0
plot set rot 15 0 20 ;this would be achieved interactively
plot set center 2.5 4.2 4.0 ;and is show here simply to illustrate plot add bound behind
plot add bcont szz plane plot add axes plot show
这样我们就建立了一个叫“Grav V”的图形,将它设为当前图层,对此图形设置一个倾角为90°的面,(在x-y面上,约定z的负方向为下),倾向为0°。(在x-y面上,从y的正方向开始沿顺时针方向计量),过x-y面上一点(x=3,y=4,z=0),在平面后加一个网格,垂直方向的应力Qzz,最后给模型加轴线,整体图形轮廓与添加图形相反,显示每个区域中心的应力计算值,每个区域的颜色直接对应基本区域的应力,当键入show,我们建立的图形被显示
Plot create Dispcont
Pl add cont disp plane behind Pl add axes Pl show
plot sketch ;绘出轮廓线 plot add vel ;添加矢量