IJOCToGrid

require.mx('mxjs/mesh/IJOC-to-grid.js');

Some functions for dealing with IJOC definitions of grid data.

StatusName
createInMemoryIJOC ( Table IJOCTable, Number Start, Number End )

Read IJOC data from a table into an object that is suitable for use with other IJOC-consuming functions (e.g. the Surface Nets algorithms).


Library Functions

Lib.createInMemoryIJOC ( IJOCTable, Start, End )

Read IJOC data from a table into an object that is suitable for use with other IJOC-consuming functions (e.g. the Surface Nets algorithms).

Parameters:
  • Table IJOCTable - Table to read IJOC data from.
  • Number Start - Index to begin reading.
  • Number End - Index to stop reading (inclusive).