Forum

Author Topic: exportreport with selected projection  (Read 3562 times)

Forester

  • Newbie
  • *
  • Posts: 4
    • View Profile
exportreport with selected projection
« on: February 28, 2023, 10:45:00 AM »
Hi!

In GUI it´s possible to select diffrent types of projections in generate report. Example: (Current View, Top XY, Bottom XY, Front XZ, Back XZ, Right YZ, Left YZ).

How can I select "Front XZ in the python script?

chunk.exportReport(path= "C:\\temp\\process_report_front_XZ.html", user_settings = [('test attribute 1', 'value 1')] )