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

 Share

×
×
  • Create New...