Empty position in Rectlinear _grid dataset

Hi,

For a rectlinear grid data set vtk file, it give the range of x,y,z coordinate. Then for each position, it will give a voxel (a number).

Is there a way to declare that position doesn’t contain any voxel. For example, i want to represent this geometry . For the coordinate system, i have to specify x from zero to end. But the (0,0,0) doesn’t contain anything. Is there a featureID represent this point doesn’t contain any voxel.

If spacing is uniform along each axis then probably it makes more sense to store data in an image. You can make voxels transparent at positions where you don’t want to show anything.