VRML 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:
"Defaults=1, HeightScale=3, CenterModel=0"
This would first set the options to their default values, then scale the grid Z values by 300% and use the map coordinates for the exported model.
Option |
Action |
Description |
Default |
HeightScale |
N |
Value by which to multiply the grid Z values before exporting to the 3D model. |
1 |
BlankHeight |
N |
Remap NoData grid nodes to the specified value. |
0 |
RenderText |
0 = Do not render text 1 = Render text as polygons |
Set to 0 to exclude text from the exported model. Set to 1 to export text as polygons. |
0 |
CenterModel |
0 = Use map coordinates 1 = Center about XY origin |
Set to 0 to export the model with the coordinates from the map or plot. Set to 1 to export the model centered about the XY origin (X=0, Y=0). |
1 |