| 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 |  |  | the input mesh | 
| ifile | MeshInputFileName | str | 1 |  |  | filename for the default Mesh reader | 
| renderer | vmtkRenderer | vmtkRenderer | 1 |  |  | external renderer | 
| display | Display | bool | 1 |  | 1 | toggle rendering | 
| opacity | Opacity | float | 1 | (0.0,1.0) | 1.0 | object opacity in the scene | 
| array | ArrayName | str | 1 |  |  | name of the array where the scalars to be displayed are stored | 
| scalarrange | ScalarRange | float | 2 |  | [0.0, 0.0] | range of the scalar map | 
| colormap | ColorMap | str | 1 | ["rainbow","blackbody","cooltowarm","grayscale"] | cooltowarm | choose the color map | 
| numberofcolors | NumberOfColors | int | 1 |  | 256 | number of colors in the color map | 
| legend | Legend | bool | 1 |  | 0 | toggle scalar bar | 
| color | Color | float | 3 |  | [-1.0, -1.0, -1.0] | RGB color of the object in the scene | 
| flat | FlatInterpolation | bool | 1 |  | 0 | toggle flat or shaded surface display | 
| ofile | MeshOutputFileName | str | 1 |  |  | filename for the default Mesh writer |