commands for cross sectioning
commands for cross sectioning
(OP)
I built a relatively complex model and was able to run it. I would like to check the stress distribution inside the object. may you advice how to do cross sectioning. what are the commands? thank you.





RE: commands for cross sectioning
RE: commands for cross sectioning
/VIEW, 1, base/2, -base/2, 0
WPLANE, 1, 0, 0, 0, dieL/2, dieL/2, 0, 0, 0, baseT
/CPLANE, 1
/TYPE, , 1
But this only shows one thin slice (wplane). Is there any way to show the part of the object behind the section plane?
RE: commands for cross sectioning
RE: commands for cross sectioning
/VIEW,
WPLANE,
/CPLANE, 1
/TYPE, , 5
but this applies to the deformed shape, all the coordicate values has been changed. For example, I want to see the stress distribution on a flat surface, but the surface has become crooked after load is applied. how Can I pick up this tortuous surface?