vmtkmeshbranchclipper
Description
interactivly clip a mesh based on proximity to a split and grouped centerline
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 | Mesh | vtkUnstructuredGrid | 1 | | | |
ifile | MeshInputFileName | str | 1 | | | filename for the default Mesh reader |
centerlines | Centerlines | vtkPolyData | 1 | | | |
centerlinesfile | CenterlinesInputFileName | str | 1 | | | filename for the default Centerlines reader |
groupidsarray | GroupIdsArrayName | str | 1 | | GroupIds | |
groupids | GroupIds | int | -1 | | [] | |
insideout | InsideOut | bool | 1 | | 0 | |
useradius | UseRadiusInformation | bool | 1 | | 1 | |
radiusarray | RadiusArrayName | str | 1 | | MaximumInscribedSphereRadius | |
blankingarray | BlankingArrayName | str | 1 | | Blanking | |
cutoffradiusfactor | CutoffRadiusFactor | float | 1 | (0.0,) | 1e+16 | |
clipvalue | ClipValue | float | 1 | | 0.0 | |
interactive | Interactive | bool | 1 | | 0 | |
renderer | vmtkRenderer | vmtkRenderer | 1 | | | external renderer |
ofile | MeshOutputFileName | str | 1 | | | filename for the default Mesh writer |
ocenterlinesfile | CenterlinesOutputFileName | str | 1 | | | filename for the default Centerlines 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 | Mesh | vtkUnstructuredGrid | 1 | | | |
ocenterlines | Centerlines | vtkPolyData | 1 | | | |