vmtkrenderer
Description
renderer used to make several viewers use the same rendering window
Input arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | int | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| disabled | Disabled | bool | 1 | | 0 | disable execution and piping |
| size | WindowSize | int | 2 | | [800, 600] | size of the rendering window |
| pointsmoothing | PointSmoothing | bool | 1 | | 1 | toggle rendering smooth points |
| linesmoothing | LineSmoothing | bool | 1 | | 1 | toggle rendering smooth lines |
| polygonsmoothing | PolygonSmoothing | bool | 1 | | 0 | toggle rendering smooth polygons |
| background | Background | float | 3 | | [0.10000000000000001, 0.10000000000000001, 0.20000000000000001] | background color of the rendering window |
| magnification | ScreenshotMagnification | int | 1 | | 4 | magnification to apply to the rendering window when taking a screenshot |
Output arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | int | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| o | vmtkRenderer | vmtkRenderer | 1 | | | the renderer |