I assume you want to plot some calculated (surface?) displacement etc. with SURFER?
You could write a simple FISH function which writes the position and displacement of each gridpoint on the surface of your model and then simply “grid” this text file with SURFER.
If you want to do something else, please specify more.
Sorry for having to ask again: Your example shows the displacements that are determined by the block (gridpoint) displacements and which probably also know how to export with FISH (gp_pos() etc.). So my guess is, that you want to export the contact planes, so that you can “see” your “cuts” in SURFER? If that is your problem, you should be able to export the plot item JOINTS - LOCATIONS as dxf. Other than that, I’m afraid I still don’t get the problem, sorry.
Also, I’m not sure, whether SURFER is the right tool for your needs. As far as I know, SURFER renders 2D data (displacements etc.) on surfaces, which you can then also show as deformed 3D surfaces. But afaik it doesn’t render “true” volumetric data. So maybe Paraview would be an alternative.
Hi, Markus.
Thanks for your response again.
Am sorry, I made it complex.
I simply want to regenerate the displacement contour plots in SURFER, for better representation of contour lines, the grid labels (axes) and better picture quality.
For that purpose I have tried to write the following code: to extract the grid point displacements.
restore XYZ.3dsav
hide ; to hide the entire model
seek range y 0 1 ; to unhide a thin section of the model which is of 1m thickness
set logfile GPDISP_xyz1.txt
set log on
list gridpoint displacement
set log off
ret
Then I could get the data log-file with X Y Z positions of GP’s and their respective displacements.
When I tried to plot the same in SURFER. It looked something this way.
As I said, using SURFER would only make sense on a cross-section. By giving it all gridpoint displacements you have calculated some kind of average displacement field over your whole model.
I’m not aware of any method to directly export data of cut planes, but again you could export via FISH and select only gridpoints in a certain position range. In any case, the SURFER image will probably never really look like your 3DEC output, since SURFER will typically try to plot a smooth, continuous displacement field, whereas your 3DEC model and its displacements are discontinuous. Again, I don’t think Surfer is the right tool here, but since I don’t know, why you want to basically recreate the same plot in a different software, it is hard to be of any help.