On Thu, 26 Apr 2001, Chris Pelkie wrote:
> >Dear all,
> >
> >
> > I am using DX for visualizing volumes of dimensions X*Y*Z. For some
> >calculations the module "compute" uses these values. So far each time I
> >have changed the input size I have edited the module "compute" and write
> >down the new values by hand but I guess It should be easy to automatize
> >the process. Therefore, the question is: How can I get the dimensions of
> >the input data?
> >
> > thanks in advance
> >
> > Roberto Marabini
> >
> >
>
>
> As David said "Inquire". But I'm stumped trying to figure out what
> your Compute is doing that it depends on the actual dimension sizes.
> Can you show us an example? Normally, Compute doesn't care what size
> the array/matrix is, it just processes all the elements handed to it.
> If you only want to work on a subset, you might find it easier to use
> Include or something first before Compute (you may still want Inquire
> to determine the grid dimensions, of course, to set Include
> parameters).
>
Dear David and Chris,
Thanks for your help.
The problem is as follows: I like to visualize my volumes showing in a
single output window a surface rendering of the volume plus three
planes perpendicular to the coordinate axis. The planes are obtained using
slice and I do not know how to place them on the screen so they do not
overlap unless I shift them with translate, the length of the translation
is obviously related with the volume dimensions. For a short while I
explored "Arrange" as a possible way to distribute the images properly
but I just do not know how to connect the output of slice with array. Any
ideas ;-)
Roberto
> Chris Pelkie
> Vice President/Scientific Visualization Producer
> Conceptual Reality Presentations, Inc.
> 30 West Meadow Drive
> Ithaca, NY 14850
> [EMAIL PROTECTED]
>