
3 Jan
2017
3 Jan
'17
11:46 p.m.
Hi there, I am trying to run a script from the command line. The script (see below) simply reads in a PLY and outputs a snapshot. When run from the OpenFlipper GUI, it produces the expected thumbnail. When run from the CLI, no thumbnail is produced. can core.snapshot be called from the batch CLI interface? Thanks, Mike var objectId = core.loadObject("/home/michael/Pictures/dental/lower.ply") print(objectId) core.snapshotBaseFileName("/home/michael/Pictures/dental/lower-openflipper.png") core.snapshot(0,300,300,false,true) print("snapshot taken")