Subdivide (Subdivide)
This filter iteratively divide triangles into four smaller triangles. New points are placed linearly so the output surface matches the input surface.
The Subdivide filter iteratively divides each triangle in the input dataset into 4 new triangles. Three new points are added per triangle -- one at the midpoint of each edge. This filter operates only on polygonal data containing triangles, so run your polygonal data through the Triangulate filter first if it is not composed of triangles. The output of this filter is also polygonal.

PropertyDescriptionDefault Value(s)Restrictions
Input
(Input)
This parameter specifies the input to the Subdivide filter.  

The selected object must be the result of the following: sources (includes readers), filters.

The selected dataset must be one of the following types (or a subclass of one of them): vtkPolyData.

 
Number of Subdivisions
(NumberOfSubdivisions)
The value of this property specifies the number of subdivision iterations to perform. 1

The value must be greater than or equal to 1 and less than or equal to 4.