[OpenDX2-users] Can DX count from 1 instead of 0?

2008-07-16 Thread Mark Gesing
Hi, I have some data which is on a grid of cube shaped volume elements. The grid is an 8x8 grid (64 elements), made-up of two layers of nodes (9x9x2=162). My problem is that DX by default numbers the nodes starting at 0-161, whereas the application generating the data (LS-Dyna) numbers the nodes

Re: [OpenDX2-users] Can DX count from 1 instead of 0?

2008-07-16 Thread Joel Richardson
Mark, OpenDX array indexing always starts at 0. You can easily subtract 1 from all the index numbers in the connections component. To do that, you'll have to import that array as something other than the connections component (maybe as a separate object - put the field and the array in a group