File size: 861 Bytes
3cb1822
 
 
 
 
 
 
 
 
 
 
3a2d55e
 
 
 
 
 
3cb1822
 
 
3a2d55e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Task:

Load the Engine dataset from "engine/data/engine_256x256x128_uint8.raw", the information about this dataset:
Engine
Description: CT scan of two cylinders of an engine block.
Data Type: uint8
Data Byte Order: little Endian
Data Spacing: 1x1x1
Data Extent: 256x256x128
Data loading is very important, make sure you correctly load the dataset according to their features.

Visualize the engine block structure:
1. Apply volume rendering with a metallic transfer function
2. Create an isosurface for the metal parts (high density value ~200)
3. Use a gray-to-silver colormap for the metal
4. Add a clip plane to show the cylinder interiors
5. Apply appropriate lighting to enhance surface details

Please think step by step and make sure to fulfill all the visualization goals mentioned above.

Finally, save the paraview state as "engine/results/engine.pvsm