RubberSheet Tutorial


RubberSheet takes a scalar surface and displaces each point by an amount based upon the data value at that point. The simplest network that creates an isosurface is one that uses import to get the data, rubbersheet to create the surface and image to display the surface.

Inputs :

Outputs :

Configuration Screen:


Example Program for RubberSheet:

This network first imports the data, passes it to the RubberSheet module which transforms the data into the rubber sheet surface. Finally the output from RubberSheet is passed through Normals which calculates the normals for the surface, and the image is displayed.

Source Code for RubberSheet:


Sample Output from RubberSheet:

Other Sources:


[UP]