Hi opendx-users, * opendx-users schrieb am 15 Feb 2005:
> Hallo David, > > * David schrieb am 14 Feb 2005: > > > How do you want this mapping to take place? Are you looking to wrap > > your data somehow around the cube or just looking to show the data > > that intersects with the cube faces on the cube? > > > > I want to show the data that intersects with the cube faces. > > > How is your 3D-data represented? Is it a regular 3D mesh? > > > > Yes, it is regular. I use following 'general'-file: > > ,------[] > | file = /home/fab/HOME/Dissertation/Software/OpenDX/opendx3D.dat > | grid = 82 x 50 x 66 > | format = ascii > | interleaving = field > | majority = column > | field = locations, field0, field1, field2, field3, field4 > | structure = 3-vector, scalar, scalar, scalar, scalar, scalar > | type = float, float, float, float, float, float > | end > `------[] > > > And I want to map any field. It works now! Thanks to David. I had to use ShowBoundary after Mapping the data on the construction. Best Regards! Fabian
