vmtkpointsplitextractor
Description
split a centerline at specific xyz coordinates
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 | Centerlines | vtkPolyData | 1 | | | |
ifile | CenterlinesInputFileName | str | 1 | | | filename for the default Centerlines reader |
groupidsarray | GroupIdsArrayName | str | 1 | | GroupIds | |
tractidsarray | TractIdsArrayName | str | 1 | | TractIds | |
centerlineidsarray | CenterlineIdsArrayName | str | 1 | | CenterlineIds | |
radiusarray | RadiusArrayName | str | 1 | | MaximumInscribedSphereRadius | |
blankingarray | BlankingArrayName | str | 1 | | Blanking | |
splitpoint | SplitPoint | float | 3 | | [0.0, 0.0, 0.0] | |
gaplength | GapLength | float | 1 | (0.0,) | 1.0 | |
tolerance | Tolerance | float | 1 | (0.0,) | 0.0001 | |
ofile | 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 | Centerlines | vtkPolyData | 1 | | | |
groupidsarray | GroupIdsArrayName | str | 1 | | GroupIds | |
tractidsarray | TractIdsArrayName | str | 1 | | TractIds | |
centerlineidsarray | CenterlineIdsArrayName | str | 1 | | CenterlineIds | |
blankingarray | BlankingArrayName | str | 1 | | Blanking | |