vmtksurfaceextractannularwalls
Description
Extract wall surfaces from an annular-cylindric surface.
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 |
| i | Surface | vtkPolyData | 1 | | | the input surface |
| ifile | SurfaceInputFileName | str | 1 | | | filename for the default Surface reader |
| entityidsarray | CellEntityIdsArrayName | str | 1 | | CellEntityIds | name of the array where entity ids have been stored |
| lowthreshold | EndcapsThresholdLow | int | 1 | | 0 | lower threshold for encaps filtering |
| highthreshold | EndcapsThresholdHigh | int | 1 | | 1 | higher threshold for encaps filtering |
| doublesurfacefile | DoubleSurfaceOutputFileName | str | 1 | | | filename for the default DoubleSurface writer |
| ofile | ColoredSurfaceOutputFileName | str | 1 | | | filename for the default ColoredSurface writer |
| innersurfacefile | InnerSurfaceOutputFileName | str | 1 | | | filename for the default InnerSurface writer |
| outersurfacefile | OuterSurfaceOutputFileName | str | 1 | | | filename for the default OuterSurface writer |
Output arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | str | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| doublesurface | DoubleSurface | vtkPolyData | 1 | | | the double surface without caps |
| o | ColoredSurface | vtkPolyData | 1 | | | the colored surface |
| innersurface | InnerSurface | vtkPolyData | 1 | | | the innermost surface |
| outersurface | OuterSurface | vtkPolyData | 1 | | | the outermost surface |
| entityidsarray | CellEntityIdsArrayName | str | 1 | | CellEntityIds | name of the array where entity ids have been stored |