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).
Chris Pelkie Vice President/Scientific Visualization Producer Conceptual Reality Presentations, Inc. 30 West Meadow Drive Ithaca, NY 14850 [EMAIL PROTECTED]
