

To create the spreadsheet view, first split the workspace and then choose Spreadsheet View from the options listed. ParaView treats spreadsheet view exactly like the other views such as the 3D view, Bar Chart view etc. It allows the user to look at the raw cell data, point data or field data associated with a dataset. One of the common complaints many users have is not being able to look at the raw data directly.

Spreadsheet View provides data exploration capabilities. The active selection can be inspected using the selection inspector. The selected cells are highlighted in the 3D view as well as the spreadsheet view. We will look at each of these options as we try to explore the different selection types in ParaView.įigure 1: Spreadsheet View in ParaView showing the display tab for a source producing a multi-block dataset. The inspector can be used to create a new active selection, view/edit the properties of the active selection as well as change the way the selection is displayed in the 3D window e.g. One can toggle the inspector visibility from the View menu. ParaView provides a selection inspector (referred to simply as the inspector in this article) to inspect and edit the details about the active selection. Otherwise, you will have to wait until 3.4 is out.
#Paraview extract selection download
You may want to download a development snapshot or build your own binary from the CVS source base. Please note that many features discussed in this article are recent additions and are not available in 3.2. The subsequent sections address different use cases. In the next section, we introduce the main GUI components that are used in the article. This article uses a use-case driven approach to demonstrate how this selection can be described and used. This selection is associated with a data source (here data source refers to any reader, source or filter) and is shown in every view that displays the data source’s output. ParaView supports a single active selection. Furthermore, this selection can be converted to a set of global element ids in order to plot the attribute values of those elements over time. For example, the elements of a finite-element mesh that have pressure above a certain threshold can be identified very easily using the threshold selection. This functionality allows users to focus on a smaller subset that is important. This subset can be a set of point or cells or a block of composite dataset. Selection is the mechanism for identifying a subset of a dataset by using user specified criteria. This can be achieved using the selection mechanism described in this article. In addition to better charting, Python-based filtering and statistical analysis tools, we have been working on the capability of focusing the analysis on a specific subset of a dataset. One of the major design goals of ParaView 3 is to add support for quantitative analysis.

2.5 Select using the Selection Inspector.2.3 Select Blocks in a Composite Dataset.2.2 Select cells/points using a Frustum.
