The network shown below is used to create the visualisations shown in Section 2.3.
This section of the network reads the data and prepares it for visualisation.
This preparation involves the usual scaling and cylindrical polar coordinate
conversion, however it also includes an addition step between them. This step
sets the ``invalid positions'' component of the field to 1 for the parts
of the fibre to be removed. The Extract, Rename and Replace
modules simply rearrange the components of the field where necessary. The Compute
module uses a logical expression (in this case,
)
to determine whether the ``invalid positions'' component for each point
is to be 0 or 1.
|
This section of the network displays the data. It does so by using the ShowBoundary module to compute the coloured surface of the field.
|
Note that an initial attempt to use the VolumeClip module to remove the desired section of the fibre failed to work correctly. As can be seen in Figure 21, not all of the required surfaces are generated, allowing interior surfaces to be seen. This is expected to be a limitation in the VolumeClip module's ability to process cylindrical polar data.