Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

# Create a 3D grid (cube) using moving average as the default interpolator.
gr3 [inc] | [nx ny nz] [lat] [fill] [snap] [sca] [ref] [smo]

# Update cube towards wells in workspace
gr3 upd checkshot_name [check] [disk]
gr3 upd checkshot_name [tensor [max radius] | [fac factor]]
gr3 upd checkshot_name [conic [rad radius]]
gr3 upd checkshot_name ... [two | cube]

# Smooth cube with gaussian filter.
gr3 smo [gau [dim 2]] [z] [rad radius]

# Write out inlines and crosslines in a cube to file filename.
gr3 write [lim] [xytv]   [form format] inlinestart xlinestart inlinestep xlinestep filename

# Transform a cube or grid or polydata (points) to a new cube.
gr3 [ins workspacename] | [fgr] | [vsum] | [edi] | [cdi] | [int] | [form]

...

Write out the z values of the cube as inlines and crosslines to an external file.

write [lim limit_value] [xytv]   [form format format] inlinestart xlinestart inlinestep xlinestep filename.

Write out cube to file filename
lim limit_value - Apply a limit and a limit_value for the number of nodes written out to test the procedure.
xytv - The output switch switches inline and xline when writing x y time velocity.
formformat - Format specification of the output:

...