Post processing using pyaedt #4958
-
Hi, In my model i have created temperature contours which needs to be exported , for which i am using the command export_image, though i am able to export the image it is very small as i have a sufficiently large air region.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Did you try the |
Beta Was this translation helpful? Give feedback.
Did you try the
export_image
method? It has theshow_region
argument that you can set to false.It is not possible to modify the scale, but you can change the resolution of the exported image and that might reduce the dimension of the scale compared to the rest of your model. You can also try to use the
selection
argument of the method so that the view is correctly fitted to your objects. Let me know if these suggestions are helpful.