Hi devs,
I need to change the export option defaults for the export of registration and point clouds so that when I run a export command via CLI it uses those optioins instead of the app defaults.
I found I can set the export format for registration and point cloud via those two reg keys in the screengrab below (the ones pointed at with the arrow).
But I also need to specify in the pointcloud output that I need the “export ascii” option to be false.
Vis observing the process I was able to see when I change this options the appConfig and appSharedConfig gets changes (presumable to save this config change). But I was not able to understand the change as it’s a global binary value so it’s unintelligble to me.
Was anyone able to understand how to set/change this value.
Is there a better way of achieving what I need other than this ?
P.S. provding a global config .rcconfig file won’t affect the export options.