So I found a solution by myself.
It seems that the second of the shown loops cannot perform multiplications. When outsourced as shown below, the loop runs through and takes less than one percent of the previous run time.
*voper,new_z_pos,v_uni_imp,mult,ampl...
Oh you mean a raster graphic with point cloud, now I understand. It's no problem to insert a raster graphic in my LaTeX document at all, but this is what I would like to prevent. The reasons for that are, the quality of the resulting image and the low data volume of the resulting PDF. Therefore...
The colors are added based on height, that's right.
What exactly do you mean with "trouble with a point cloud". If you mean the visuability, this won't be a problem.
The problem I have at the moment is, that LaTeX only limits the accessible memory while creating the graphic.
The user should...
The real (but already at the export reduced) data set is a lot bigger and has a total of round about 2500 rows. I reduced it further to show the concept without posting that much code. It shows the deformend geometry of a shell.
The point of exporting it like this in LaTeX is that, when the...
Hi 3DDave,
Thanks for your reply.
But I can't really find a reference to exporting a vector graphic, since all the file types listed in the command description refer to raster graphics.
Have I over read something there?
And thanks for your recommendation with the bitmap and the resolution of...
Hi drawoh,
I'm pretty sure ANSYS APDL (or Classic) can generate vector graphics, but the question is how exactly I can do it.
Thats right, LaTeX can work with raster graphics like PNG or JPEG, but my intention is to use vector graphics for the scalability itself.
I found a work around by...
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...