We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums AIS China 结构 Ansys Workbench Mechanical中如何根据单元号识别接触单元? Reply To: Ansys Workbench Mechanical中如何根据单元号识别接触单元?

Haifeng Niu
Ansys Employee

考虑在“solution”分支下插入命令片段。

单元号是32570。执行命令后,应用程序将在命令片段对象下创建一个图像,并在当前sys-xx\mech文件夹下创建一个png文件。通过这样做,可以看到指定单元在图形界面中的具体位置。

/show,png

/view,,1,1,1

esel,s,,,35270

*get,mymat,elem,35270,attr,mat

alls

esel,s,mat,,mymat

eplo

/show,close