extract-pointset-cells¶
Synopsis¶
extract-pointset-cells <input> <output> [options]
Description¶
Extract point set/surface elements which meet the specified criteria.
Command options¶
-
-select<name> [<j>]¶ Use specified component of cell data array for selection criteria. By default, when <j> is not specified, the first component is used. (default: SCALARS)
-
-and¶ Combine current selection criterium to the left of this option with the following criteria using a logical AND operator. (default)
-
-or¶ Combine current selection criterium to the left of this option with the following criteria using a logical OR operator.
-
-eq<value>¶ Select cells whose data value is equal the specified value.
-
-ne<value>¶ Select cells whose data value is not equal the specified value.
-
-lt<value>¶ Select cells whose data value is less than the specified value.
-
-le<value>¶ Select cells whose data value is less than or equal the specified value.
-
-gt<value>¶ Select cells whose data value is greater than the specified value.
-
-ge<value>¶ Select cells whose data value is greater than or equal the specified value.
-
-surface,-nosurface¶ Output surface of resulting point set. (default: off)
-
-normals,-nonormals¶ Recalculate normals of output surface. (default: off)
-
-origids<name>¶ Add original cell IDs as output cell data array of given name. (default: off)
Standard options¶
-
-v,-verbose[n]¶ Increase/Set verbosity of output messages. (default: 0)
-
-debug[level]¶ Increase/Set debug level for output of intermediate results. (default: 0)
-
-version[major.minor]¶ Print version and exit or set version to emulate.
-
-revision¶ Print revision (or version) number only and exit.
-
-h,-help¶ Print help and exit.