Etable for each layer
Etable for each layer
(OP)
How do I define a do-loop which will store all my element solution of each layer in ETABLE? I have 20 layers and dont know how to write a do-loop to put all the element solution for each layer in ETABLE.
Please help
Please help





RE: Etable for each layer
*DO, LayerNumber, 1, 20
ETABLE,SX%LayerNumber%, s, x
ETABLE,SY%LayerNumber%, s, y
*enddo
But when I want to list the results I can only see the first results SX1.
*do,i,1,20
pretab, sx%i%
*enddo
Anyone that could help?
RE: Etable for each layer
How else can I get my results in a list?