Hi everyone,
I'm trying to export a scalable vector graphic (the best format would be as .svg) from ANSYS APDL. The aim is to implement this graphic in a LaTeX document.
I have read some articles about that. There was discribed the following procedrue: clicking on PlotCtrls > Redirect Plots >...
Hi everyone,
I'm trying to do a loop in ANSYS APDL over every node with the command n to assing every node a new position/angle.
The loop which i have at the moment looks loke this:
*do,counter,1,anz_nodes...