vmtksurfaceregiondrawing
Description
draw a closed contour on a surface and generate a distance field on the 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 |
| binary | Binary | bool | 1 | | 1 | fill contour with inside value instead of distance to contour |
| inside | InsideValue | float | 1 | | 0.0 | value with which the surface within the contour is filled |
| outside | OutsideValue | float | 1 | | 1.0 | value with which the surface outside the contour is filled |
| array | ContourScalarsArrayName | str | 1 | | ContourScalars | the name of the array where the generated scalars are stored |
| renderer | vmtkRenderer | vmtkRenderer | 1 | | | external renderer |
| ofile | SurfaceOutputFileName | str | 1 | | | filename for the default Surface writer |
Output arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | str | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| o | Surface | vtkPolyData | 1 | | | the output surface |