What should this generate?:

  --------------------------------------------------------
  field = Construct( origin = [ 100,200 ], 
                     deltas = { [ 0,1 ], [ 2,0 ] }, 
                     counts = [ 3,4 ] );
  slice = Slice( field, dimension=0, position=1 );
  --------------------------------------------------------

According to the Slice docs, DX should generate this field:

  origin = [ 100 ], deltas = { [ 2 ] }, counts = [ 4 ]

but it instead produces:

  origin = [ 200 ], deltas = { [ 1 ] }, counts = [ 4 ] 


Which is right?

Randy


-- 
Randall Hopper (mailto:[EMAIL PROTECTED])
Lockheed Martin Operation Support
EPA Scientific Visualization Center
US EPA MD/24 ERC-1A; RTP, NC 27711

Reply via email to