From d846e9ca95eb23dc2e0df951a3997620848c04c5 Mon Sep 17 00:00:00 2001 From: Mohamed Koubaa Date: Mon, 27 Feb 2023 12:48:54 -0600 Subject: [PATCH] add issue number reference --- pymechanical/00_basic/example_02_capture_images_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pymechanical/00_basic/example_02_capture_images_helper.py b/pymechanical/00_basic/example_02_capture_images_helper.py index 65eda3a..d6b4b0c 100644 --- a/pymechanical/00_basic/example_02_capture_images_helper.py +++ b/pymechanical/00_basic/example_02_capture_images_helper.py @@ -116,6 +116,7 @@ Graphics.ExportImage(pathvar + "_" + "Right" + ".png", GraphicsImageExportFormat.PNG, set2d) # Exporting a result animation to wmv video file with given resolution, frames and duration +# ISSUE #139 # Graphics.ResultAnimationOptions.NumberOfFrames = 10 # Graphics.ResultAnimationOptions.Duration = Quantity(2, 's') # settings = Ansys.Mechanical.Graphics.AnimationExportSettings(width = 1000, height = 665)