Visual Tool Kit [.VTK] Export Automation Options
Since the Export Options dialog is not displayed when the program is driven from an automation script, an options string can be specified in the script. The string consists of comma-separated parameters, which specify the behavior of the various import options. A typical example would be:
" BlankMethod=BM_FIXED, FixedBlankValue=1.70141E+038"
This would indicate that the NoData value for a lattice or grid node is a custom value, and that value is equal to Surfer's NoData value.
Option |
Action |
Default |
BlankMethod |
Method for assigning values to NoData nodes: BM_DEFBLANKVAL = Surfer default NoData value, 1.70141e+38 BM_DATA_MIN = Minimum value of the lattice BM_DATA_MAX = Maximum value of the lattice BM_FIXED = A user specified value |
BM_DEFBLANKVAL |
FixedBlankValue |
Used if BlankMethod is BM_FIXED |
No |