Extract Surface (DataSetSurfaceFilter)
Extract a 2D boundary surface using neighbor relations to eliminate internal faces.
The Extract Surface filter extracts the polygons forming the outer surface of the input dataset. This filter operates on any type of data and produces polygonal data as output.

PropertyDescriptionDefault Value(s)Restrictions
Input
(Input)
This property specifies the input to the Extract Surface 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): vtkDataSet.

 
Piece Invariant
(PieceInvariant)
If the value of this property is set to 1, internal surfaces along process boundaries will be removed. NOTE: Enabling this option might cause multiple executions of the data source because more information is needed to remove internal surfaces. 1

Only the values 0 and 1 are accepted.