Reset Line Numbering?
Reset Line Numbering?
(OP)
My senior design team is using ANSYS for the analysis of gas turbine rotors. We're only doing a 2D analysis, so the geometry is created directly in ANSYS using keypoints and lines. We're trying to vary individual geometries using a do loop. However, when the loop goes back to the top to recreate geometry, the line numbering no longer matches that of the macro command. There's much more to the macro than shown (creating more lines through lsbl commands,etc.). We'd like to just reset the numbering if possible. Is there anyway to reset line numbering, or should we just use the do loop counter to change the line numbers? Thanks in advance.





RE: Reset Line Numbering?
Good luck,
-Brian
RE: Reset Line Numbering?
Try NUMCMP,Line a the start of the loop.
RE: Reset Line Numbering?
Also check out the NUMSTR command. You can use that to define the starting number for any subsequently created lines.
Hope this helps,
Doug