vmtksurfacebooleanoperation
Description
perform a boolean operation between two surfaces
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 |
i2 | Surface2 | vtkPolyData | 1 | | | the second input surface |
i2file | Surface2InputFileName | str | 1 | | | filename for the default Surface2 reader |
tolerance | Tolerance | float | 1 | (0.0,) | 1e-06 | tolerance for considering two points coincident |
operation | Operation | str | 1 | ["union","intersection","difference"] | union | the boolean operation to be performed |
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 |