
Use this program to read a listing of separate polygon files, each containing XY point coordinates, and create a grid model in which the nodes inside the polygons are assigned a specific value. The resulting grid model (.RwGrd file) can be displayed as a 2D map or 3D surface.
Example: Create a grid model of multiple excavations, for later merging with a ground surface grid model.
Feature Level: RockWorks Basic and higher
Menu Options
Step-by-Step Summary

! Click the Example button at the top of the window to load a sample file that is installed with the program.
Here is an example of how this file might look:

You can use the Columns | Column Properties menu option to establish the file-name column (such as "Polygon XYZ File" shown here) as containing linked data, specifically another .rwDat file. Doing so allows you to double-click in one of the cells to display the contents of the linked file.

Each of the .RwDat files listed here needs to list the X and Y coordinates for the vertices of a single polygon:

Longitude and latitude coordinates must be in decimal format. If you're using another coordinate system, be sure you've specified the Units and the Projection Settings as appropriate.
The program will initialize the grid model using the current Project Dimensions and the default Z value you specified. It will then determine the location of each polygon and set the node Z values inside each to the defined number.
If requested the program will create a 2- and/or 3-dimensional image representing the grid model. The requested diagram(s) will be displayed in a RockPlot2D tab and/or RockPlot3D tab in the Options window.
Back to Grid Menu Summary