vmtkthreshold
Description
Extract part of surface or mesh with cell entitiy ids between given thresholds.
Input arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | str | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| disabled | Disabled | bool | 1 | | 0 | disable execution and piping |
| isurface | Surface | vtkPolyData | 1 | | | the input surface |
| isurfacefile | SurfaceInputFileName | str | 1 | | | filename for the default Surface reader |
| imesh | Mesh | vtkUnstructuredGrid | 1 | | | the input mesh |
| imeshfile | MeshInputFileName | str | 1 | | | filename for the default Mesh reader |
| entityidsarray | CellEntityIdsArrayName | str | 1 | | CellEntityIds | name of the array where entity ids have been stored |
| lowthreshold | LowThreshold | int | 1 | | 0 | lower threshold for surface filtering |
| highthreshold | HighThreshold | int | 1 | | 1 | higher threshold for surface filtering |
| osurfacefile | SurfaceOutputFileName | str | 1 | | | filename for the default Surface writer |
| omeshfile | MeshOutputFileName | str | 1 | | | filename for the default Mesh writer |
Output arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | str | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| osurface | Surface | vtkPolyData | 1 | | | the output surface |
| omesh | Mesh | vtkUnstructuredGrid | 1 | | | the output mesh |
| entityidsarray | CellEntityIdsArrayName | str | 1 | | CellEntityIds | name of the array where entity ids have been stored |