Hello,
I’m sorry, there is currently no easy solution for setting the modeling properties of the various regions from a script. You could try modifying the structure manually:
- load the surface file: TessMat = in_tess_bst(TessFile)
- modify the Region field of the scouts (2nd letter: S=Surface, V=Volume, D=dba - 3rd letter: C=Constrained, L=Loose, U=Unconstrained)
- save the file back on the hard drive: bst_save(file_fullpath(TessFile), TessMat, ‘v7’)
Good luck with the script editing
Francois