Replace Transform

Overwrites the transform of each element in the input table with the specified transform.

Interface

Context

SetsFootprint

Inputs

ParameterDetailsPossible Types
Content

Primary Input

Table<Color>
Table<GradientStops>
Table<Graphic>
Table<Raster>
Table<Vector>
Transform

Default: DAffine2 { matrix2: DMat2 { x_axis: DVec2(1.0, 0.0), y_axis: DVec2(0.0, 1.0) }, translation: DVec2(0.0, 0.0) }

transform

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Table<Graphic>
Table<Vector>
Table<Raster>
Table<Color>
Table<GradientStops>