LUAReportgenerator
[Desktop Automation]
This Lua objects generates reports.
Properties
None.
Methods
Name | Syntax | Description |
---|---|---|
createreportformesh | reportgenerator:createreportformesh (Mesh:LUATrayMesh, template:string; reportname:string) | Takes a TrayMesh and generates a report based on the given template. The report is saved in file called reportname. For optimal output the template type should correspond to a tray. |
createreportfortray | reportgenerator:createreportfortray (Tray:LUATray, template:string; reportname:string) | Takes a tray and generates a report based on the given template. The report is saved in file called reportname. For optimal output the template type should correspond to a tray. |