Lesson 1 - Loading Data - Tutorial

Many data types are used in Voxler. For a detailed list of supported formats, refer to the File Format Chart. The three main categories of data are point sets, lattices, and geometry. Point sets contain X, Y, and Z data along with optional components and label columns. Lattices can be one-, two-, or three-dimensional data arrays. Geometry files include lines, triangles, and other shapes.

 

You can load data in Voxler by: 

To load a data file:

  1. Click the File | Import command. The Import dialog opens.

  2. In the Import dialog, change the Look in field to the Samples directory, located inside the main Voxler folder. By default, this folder is located at C:\Program Files\Golden Software\Voxler 4\Samples. Click on the xyzc1.dat file and click the Open button.

  3. The file is loaded into the project, and the Network Manager has a new Data Source module titled xyzc1.dat.

Network Manager
After a data file is loaded, it appears
as a module in the Network Manager.

  1. We must make sure the data file columns are correctly defined before using the data file to add graphics output or computational modules. Click on the xyzc1.dat module to view its properties in the Property Manager.

  2. Click the next to Output if the section is not already open and make sure the Output type is set to Points. If it is set to Wells, click Wells and select Points from the list.

  3. Click the next to Worksheet Columns to view the column specification properties. Next verify the data columns are specified correctly.

  4. Click the next to Components and Labels to view the two sections, if they are not already open. Verify the following settings are correct:

Now the data module is ready to be connected to a graphics output module.

The columns for the xyzc1.dat module are specified as above.

 

 

Back to Starting Voxler

Next to Lesson 2 - Creating Graphics Output Modules