Triangle Strips (Stripper)
This filter uses a greedy algorithm to convert triangles into triangle strips
The Triangle Strips filter converts triangles into triangle strips and lines into polylines. This filter operates on polygonal data sets and produces polygonal output.

PropertyDescriptionDefault Value(s)Restrictions
Input
(Input)
This property specifies the input to the Triangle Strips 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.

 
Maximum Length
(MaximumLength)
This property specifies the maximum number of triangles/lines to include in a triangle strip or polyline. 1000

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