Jump to content

Convert a single report page to a flipbook


---
 Share

Recommended Posts

---

When you take a new image to do a report page there is a flipbook option to choose: this is indipendent from how many cavities you have. If you make a template with 8 cavities and, instead of a normal page, you have a flipbook and you put in the template 6 cavities and update the report, you have automatically the report for the 6 cavities and you don't have to remove manually 2 pages. I hope I explained myself.

image.thumb.png.a8ac934c4ede8941bad7b8675a9a89bc.png

  • Like! 1
Link to comment
Share on other sites

---

Hi Marco,

the command seems to be recorded in the create command of a report page, but not in the edit report page.

I think you need to restore view from the report page you want to change to flipbook, then create report page with flipbook = true in the parameters.

Correction: It works when the Right click -> Reconfigure Report Page command is used. You can add the flipbook = True to the parameters:

 

gom.script.report.update_report_page (
    pages=[gom.app.project.reports['report 1']], 
    used_alignments='current', 
    used_digits='report', 
    used_legends='current', 
    used_stages='current', 
    used_units='report',
    flipbook=True)

 

  • Like! 2
Link to comment
Share on other sites

---

Please sign in to view this username.

 I did not know about the flipbook option, thank you! This is very useful.

  • Like! 1
Link to comment
Share on other sites

  • 3 weeks later...

Please sign in to view this username.


you can also change from single stage to video/flipbook in the properties of the report page: 
image.thumb.png.98482145b3d85af816df3e1ea957c4a2.png

Link to comment
Share on other sites

 Share

×
×
  • Create New...