Skip to article

 

Cell Size

In FidesysViewer you can create a filter Cell Size from Menu - Filters - Alphabetical. After creation, you can set the necessary parameters using the panel Properties.

Figure Properties panel displaying filter properties Cell Size

 

This filter computes sizes for 0D (1 for vertex and number of points in for polyvertex), 1D (length), 2D (area)and 3D (volume) cells. ComputePoint, ComputeLength, ComputeArea and ComputeVolume options can be used to specify what dimension cells to compute for. Alternatively, the ComputeHighestDimension will compute sizes for only the highest dimension cells for the vtkDataSet. The values are placed in a cell data array named ArrayName. The SumSize option will give a summation of the computed cell sizes for a vtkDataSet and for composite datasets will contain a sum of the underlying blocks.

This filter computes sizes for 0D (1 for vertex and number of points in for polyvertex), 1D (length), 2D (area)and 3D (volume) cells. ComputeVertexCount, ComputeLength, ComputeArea and ComputeVolume options can be used to specify what dimensioncells to compute for. The values are placed in a cell data array named ArrayName. The ComputeSum option will give a summation of the computed cell sizes for a vtkDataSet and for composite datasets will contain a sum of the underlying blocks in the top-level block.

Property Description Default(s) Restrictions

Input

This property specifies the input to the Cell Size filter

 

Accepts input of following types:

  • vtkDataSet
  • vtkCompositeDataSet

ComputeVertexCount

Specify whether or not to compute the number of points in 0D cells

1

Accepts boolean values (0 or 1)

VertexCountArrayName

Specify the name of the array to store the 0D cell vertex count and optionally the field data vertex count sum

VertexCount

 

ComputeLength

Specify whether or not to compute the length of 1D cells

1

Accepts boolean values (0 or 1)

LengthArrayName

Specify the name of the array to store the 1D cell length and optionally the field data length sum

Length

 

ComputeArea

Specify whether or not to compute the area of 2D cells

1

Accepts boolean values (0 or 1)

AreaArrayName

Specify the name of the array to store 2D cell area and optionally the field data area sum

Area

 

ComputeVolume

Specify whether or not to compute the volume of 3D cells

1

Accepts boolean values (0 or 1)

VolumeArrayName

Specify the name of the array to store 3D cell volume and optionally the field data volume sum

Volume

 

ComputeSum

Specify whether or not to sum the computed sizes of cells in datasets. The result is stored in field data

0

Accepts boolean values (0 or 1)