Property | Description | Default Value(s) | Restrictions |
Absolute Tolerance (AbsoluteTolerance) |
If merging nearby points (see PointMerging property) and using absolute tolerance (see ToleranceIsAbsolute property), this property specifies the tolerance for performing merging in the spatial units of the input data set. | 1 | The value must be greater than or equal to 0. |
Convert Lines To Points (ConvertLinesToPoints) |
If this property is set to 1, degenerate lines (a "line" whose endpoints are at the same spatial location) will be converted to points. | 1 | Only the values 0 and 1 are accepted. |
Convert Polys To Lines (ConvertPolysToLines) |
If this property is set to 1, degenerate polygons (a "polygon" with only two distinct point coordinates) will be converted to lines. | 1 | Only the values 0 and 1 are accepted. |
Convert Strips To Polys (ConvertStripsToPolys) |
If this property is set to 1, degenerate triangle strips (a triangle "strip" containing only one triangle) will be converted to triangles. | 1 | Only the values 0 and 1 are accepted. |
Input (Input) |
Set the input to the Clean 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. |
|
Piece Invariant (PieceInvariant) |
If this property is set to 1, the whole data set will be processed at once so that cleaning the data set always produces the same results. If it is set to 0, the data set can be processed one piece at a time, so it is not necessary for the entire data set to fit into memory; however the results are not guaranteed to be the same as they would be if the Piece invariant option was on. Setting this option to 0 may produce seams in the output dataset when ParaView is run in parallel. | 1 | Only the values 0 and 1 are accepted. |
Point Merging (PointMerging) |
If this property is set to 1, then points will be merged if they are within the specified Tolerance or AbsoluteTolerance (see the Tolerance and AbsoluteTolerance propertys), depending on the value of the ToleranceIsAbsolute property. (See the ToleranceIsAbsolute property.) If this property is set to 0, points will not be merged. | 1 | Only the values 0 and 1 are accepted. |
Tolerance (Tolerance) |
If merging nearby points (see PointMerging property) and not using absolute tolerance (see ToleranceIsAbsolute property), this property specifies the tolerance for performing merging as a fraction of the length of the diagonal of the bounding box of the input data set. | 0 | The value must be greater than or equal to 0 and less than or equal to 1. |
Tolerance Is Absolute (ToleranceIsAbsolute) |
This property determines whether to use absolute or relative (a percentage of the bounding box) tolerance when performing point merging. | 0 | Only the values 0 and 1 are accepted. |