vmtkmeshtransform

Description

transform a mesh with a provided matrix

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
disabledDisabledbool10disable execution and piping
iMeshvtkPolyData1the input mesh
ifileMeshInputFileNamestr1filename for the default Mesh reader
matrix4x4Matrix4x4vtkMatrix4x41the input transform matrix
matrixMatrixCoefficientsfloat16[]coefficients of transform matrix
invertInvertMatrixbool10invert matrix before applying transformation
rotationRotationfloat3[0.0, 0.0, 0.0]rotations around the x-,y- and z-axis
translationTranslationfloat3[0.0, 0.0, 0.0]translation in the x-,y- and z-directions
scalingScalingfloat3[1.0, 1.0, 1.0]scaling of the x-,y- and z-directions
ofileMeshOutputFileNamestr1filename for the default Mesh writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
oMeshvtkPolyData1the output mesh