vmtksurfacetransform

Description

transform a surface with a provided matrix

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
disabledDisabledbool10disable execution and piping
iSurfacevtkPolyData1the input surface
ifileSurfaceInputFileNamestr1filename for the default Surface 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
ofileSurfaceOutputFileNamestr1filename for the default Surface writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
oSurfacevtkPolyData1the output surface