@@ -143,10 +143,10 @@ The Cell Data to Point Data filter averages the values of the cell attributes of
trace_name="PieceInvariant"
property="PieceInvariant"
help="Turn this on to remove seams when running in parallel."/>
<Scalevariable="Tolerance"
<Scalelabel="Tolerance"
trace_name="Tolerance"
property="Tolerance"
help="The tolerance in terms of fraction of bounding box length."
default_value="0.0"
resolution="0.01"range="0 1"
display_entry="1"
entry_and_label_on_top="0"display_value="0"/>
...
...
@@ -283,9 +283,8 @@ The Curvature filter computes the curvature at each point in a polygonal data se
input_name="Input"/>
<Scalelabel="Reduction target"
trace_name="TargetReduction"
variable="TargetReduction"
property="TargetReduction"
help="Value between 0 and 1. Desired reduction of the total number of triangles."
default_value="0.90"
resolution="0.01"range="0 1"
display_entry="1"
entry_and_label_on_top="0"display_value="0"/>
...
...
@@ -295,9 +294,8 @@ The Curvature filter computes the curvature at each point in a polygonal data se
help="If off, better reduction can occur, but model may break up."/>
<Scalelabel="Feature angle"
trace_name="FeatureAngle"
variable="FeatureAngle"
property="FeatureAngle"
help="This angle is used to define a feature edge. (i.e., if the surface normal between two adjacent triangles is >= Feature angle, an edge exists). Topology can be split along feature edges."
default_value="15.0"
resolution="0.01"range="0 180"
display_entry="1"
entry_and_label_on_top="0"
...
...
@@ -595,9 +593,8 @@ The Calculator filter is available on the Toolbar.
help="Turn this off if you do not want to color the edges by type."/>
<Scalelabel="Feature angle"
trace_name="FeatureAngle"
variable="FeatureAngle"
property="FeatureAngle"
help="This angle is used to define a feature edge. (i.e., if the surface normal between two adjacent triangles is >= Feature angle, an edge exists).."
default_value="30.0"
resolution="0.01"
range="0 180"
display_entry="1"
...
...
@@ -748,9 +745,8 @@ The Piece invariant check box determines whether the output will be the same reg
input_name="Input"/>
<Scalelabel="Number of divisions"
trace_name="NumberOfSubdivisions"
variable="NumberOfSubdivisions"
property="NumberOfSubdivisions"
help="Each subdivision changes single triangles into four triangles."
default_value="1"
resolution="1"range="1 4"
display_entry="1"
entry_and_label_on_top="0"
...
...
@@ -846,9 +842,8 @@ The Median filter operates on uniform rectilinear (image or volume) data and pro
input_name="Input"/>
<Scalelabel="Feature angle"
trace_name="FeatureAngle"
variable="FeatureAngle"
property="FeatureAngle"
help="Points are duplicated along features over this angle (0->180)"
default_value="30.0"
resolution="0.01"range="0 180"
display_entry="1"
entry_and_label_on_top="0"display_value="0"/>
...
...
@@ -945,9 +940,8 @@ The Outline filter generates an axis-aligned bounding box for the input data set
input_name="Input"/>
<Scalelabel="Corner factor"
trace_name="CornerFactor"
variable="CornerFactor"
property="CornerFactor"
help="The relative size of the corners to the length of the corresponding bounds. (0.001 -> 0.5)"
default_value="0.2"
resolution="0.001"
range="0.001 0.5"
display_entry="1"
...
...
@@ -1188,10 +1182,10 @@ The Reflection filter reflects the input data set across the specified plane. If
type="float"
scale_factor="0.01"
help="The half width of the ribbon (or minimum)."/>
<Scalevariable="Angle"
<Scalelabel="Angle"
trace_name="Angle"
property="Angle"
help="The offset angle of the ribbon from the line normal (0->360)."
default_value="0.0"
resolution="0.01"
range="0 360"
display_entry="1"
...
...
@@ -1278,9 +1272,8 @@ The Capping check box controls whether to close the open ends of the swept surfa
input_name="Input"/>
<Scalelabel="Shrink factor"
trace_name="ShrinkFactor"
variable="ShrinkFactor"
property="ShrinkFactor"
help="Set the amount to shrink by"
default_value="0.5"
resolution="0.01"
range="0 1"
display_entry="1"
...
...
@@ -1331,10 +1324,10 @@ The Shrink filter causes the individual cells of a data set to break apart from
resolution="1"
minimum_value="0"
help="Number of iterations. More iterations produce better smoothing."/>
<Scalevariable="Convergence"
<Scalelabel="Convergence"
trace_name="Convergence"
property="Convergence"
help="Convergence criterion for the iteration process. Smaller numbers result in more smoothing iterations (0->1)."
default_value="0.0"
resolution="0.01"
range="0 1"
display_entry="1"
...
...
@@ -1360,9 +1353,8 @@ The Smooth filter operates on a polygonal data set by iteratively adjusting the
input_name="Input"/>
<Scalelabel="Max. length"
trace_name="MaximumLength"
variable="MaximumLength"
property="MaximumLength"
help="Stop stripping after this many triangles."
default_value="1000"
resolution="1"
range="4 100000"
display_entry="1"
...
...
@@ -1379,9 +1371,8 @@ The Triangle Strips filter converts triangles into triangle strips and lines int
short_help="Creates a surface with more triangles than the input.">
<Scalelabel="Num. divisions"
trace_name="NumberOfSubdivisions"
variable="NumberOfSubdivisions"
property="NumberOfSubdivisions"
help="Set the number of subdivisions"
default_value="1"
resolution="1"
range="1 4"
display_entry="1"
...
...
@@ -1408,9 +1399,9 @@ The Subdivide filter iteratively divides each triangle in the data set into 4 ne