vmtksurfacereader
Description
read a surface and store it in a vtkPolyData object
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 |
f | Format | str | 1 | ["vtkxml","vtk","stl","ply","tecplot"] | | file format |
guessformat | GuessFormat | bool | 1 | | 1 | guess file format from extension |
i | Surface | vtkPolyData | 1 | | | the input surface |
ifile | InputFileName | str | 1 | | | input file name |
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 |