Showing Exploded Mesh
Showing Exploded Mesh
(OP)
I've seen several places inside of the Ansys documentation where a mesh is shown with an exploded view of the elements so that you can see what the internal elements look like. Is there a command in Ansys that will do this? I searched through the documentation and couldn't find anything on this. Can anyone here shine some light on this?
Thanks,
-Brian
Thanks,
-Brian





RE: Showing Exploded Mesh
CODE
nslv,s,0 ! select the internal nodes to the volume
esln ! select the elements based on those nodes
Otherwise try:
CODE
esla,s ! select the elements based on picked areas
esel,inve ! invert the selection
Or:
CODE
nsla,u
esln,s
etc. etc.
------------
See FAQ569-1083 for details on how to make best use of Eng-Tips.com
RE: Showing Exploded Mesh