Create a raw report of few images
Good afternoon,
I'm writing concerning an issue with HWC hyperview. At this very moment, I'm trying to do a raw report of few images from an .odb file and write them down into a .docx, without any further information. In detail, it follows a piece of code that I wrote on a .tpl file:
hwc open animation modelandresult C:/Users/giusepao/Downloads/ShockNEW.odb C:/Users/giusepao/Downloads/ShockNEW.odb
hwc animate transient time 3200
hwc view orientation back
hwc result scalar load type="S-Stress components IP" component=Mises system=global
hwc show legends
hwc save image window C:/Users/giusepao/Desktop/Images/Mises.png
hwc result scalar load type="S-Stress components IP" component="Max Principal"
hwc show legends
hwc save image window C:/Users/giusepao/Desktop/Images/Max.png
hwc result scalar load type=Displacement component=X
hwc show legends
hwc save image window C:/Users/giusepao/Desktop/Images/U1.png
hwc result scalar load type="TEMP-Temperature IP" component="Scalar value"
hwc show legends
hwc save image window C:/Users/giusepao/Desktop/Images/T.png
At this point, I'd like to save these images into a .docx file and export them as .docx file. In addition, it could be great if few captions could be added. In detail, i'd remark that I wish an empty .docx or .pptx file without anything written inside aside from the beforementioned 4 images.
Thank you in advance,
Giuseppe
Answers
-
Hello Giuseppe
Hyperworks has a Automated Report Generation utility that can be customized using the GUI to create words and powerpoints. The Report tool enables you to create standardized reports by loading a pre-defined report template, create new Document or Presentation reports from scratch based on the company master document, and export a PDF version of the report session format. You can also create reports both in an interactive view and in batch mode.
Automated Report Generation : https://community.altair.com/community?id=community_blog&sys_id=bafc13681b2e6010c4dfdbd9dc4bcb2b
Create Reports document : https://help.altair.com/hwdesktop/hwd/topics/report/create_report.htm
0