Reset Transform

Resets the desired components of the input transform to their default values. If all components are reset, the output will be set to the identity transform. Shear is represented jointly by rotation and scale, so resetting both will also remove any shear.

Interface

Inputs

ParameterDetailsPossible Types
Content

Primary Input

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

Default: true

bool
Reset Rotation

Default: false

bool
Reset Scale

Default: false

bool

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

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