vmtkmeshtransform
Description
transform a mesh with a provided matrix
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 | vtkPolyData | 1 |  |  | the input mesh | 
| ifile | MeshInputFileName | str | 1 |  |  | filename for the default Mesh reader | 
| matrix4x4 | Matrix4x4 | vtkMatrix4x4 | 1 |  |  | the input transform matrix | 
| matrix | MatrixCoefficients | float | 16 |  | [] | coefficients of transform matrix | 
| invert | InvertMatrix | bool | 1 |  | 0 | invert matrix before applying transformation | 
| rotation | Rotation | float | 3 |  | [0.0, 0.0, 0.0] | rotations around the x-,y- and z-axis | 
| translation | Translation | float | 3 |  | [0.0, 0.0, 0.0] | translation in the x-,y- and z-directions | 
| scaling | Scaling | float | 3 |  | [1.0, 1.0, 1.0] | scaling of the x-,y- and z-directions | 
| ofile | MeshOutputFileName | str | 1 |  |  | filename for the default Mesh 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 | vtkPolyData | 1 |  |  | the output mesh |