Property | Description | Default Value(s) | Restrictions |
Copy Cell Data (CopyCellData) |
If this property is set to 1, the cell data from the input will be copied to the output. | 0 | Only the values 0 and 1 are accepted. |
Input (Input) |
This property specifies the input to the Quadric Clustering 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 Dimensions (NumberOfDivisions) |
This property specifies the number of bins along the X, Y, and Z axes of the data set. | 50 50 50 | |
Use Feature Edges (UseFeatureEdges) |
If this property is set to 1, feature edge quadrics will be used to maintain the boundary edges along processor divisions. | 0 | Only the values 0 and 1 are accepted. |
Use Feature Points (UseFeaturePoints) |
If this property is set to 1, feature point quadrics will be used to maintain the boundary points along processor divisions. | 0 | Only the values 0 and 1 are accepted. |
Use Input Points (UseInputPoints) |
If the value of this property is set to 1, the representative point for each bin is selected from one of the input points that lies in that bin; the input point that produces the least error is chosen. If the value of this property is 0, the location of the representative point is calculated to produce the least error possible for that bin, but the point will most likely not be one of the input points. | 0 | Only the values 0 and 1 are accepted. |
Use Internal Triangles (UseInternalTriangles) |
If this property is set to 1, triangles completely contained in a spatial bin will be included in the computation of the bin's quadrics. When this property is set to 0, the filters operates faster, but the resulting surface may not be as well-behaved. | 0 | Only the values 0 and 1 are accepted. |