Skip to article

 

Transform (TransformFilter)

This filter applies transformation to the polygons.

The Transform filter allows you to specify the position, size, and orientation of polygonal, unstructured grid, and curvilinear data sets.

Property Description Default(s) Restrictions
Input This property specifies the input to the Transform filter.  

Accepts input of following types:

  • vtkPointSet
  • vtkImageData
  • vtkRectilinearGrid
Transform The values in this property allow you to specify the transform (translation, rotation, and scaling) to apply to the input dataset.  

The value can be one of the following:

  • Transform3 (extended_sources)
TransformAllInputVectors If off, only Vectors and Normals will be transformed. If on, all 3-component data arrays (considered as 3D vectors) will be transformed. All other arrays won't be flipped and will only be copied. 1

Accepts boolean values (0 or 1).