Hello,
very promising new feature!
However, the volumetric strict masking does dot work using API command buildModel as seen from console extract:
chunk.buildModel(surface=PhotoScan.Arbitrary, interpolation=PhotoScan.EnabledInterpolation, source=PhotoScan.DepthMapsData, quality=PhotoScan.HighQuality, volumetric_masks=True, vertex_colors = False)
2017-12-01 10:02:45 BuildModel: surface type = Arbitrary, source data = Depth maps, quality = High, depth filtering = Mild, volumetric masking = 0
It would also be interesting to assure depth maps are kept in document after this command as it would be needed for example to refine the masked images manually and then rerun buildModel in auto process without need to re generate depth maps and thus save time.
Thanks for your great work!