List of my modules...
Module: Isometry
Description:
Swaps or flips the X, Y, or Z coordinates independently.
Connections:
Image or Surface or Points
[required]
The input image, of type HxUniformScalarField3, surface, of type HxSurface, or points, of type HxCluster
Ports:
Flip

Flips a coordinate, i.e. for X: x' = x_max - x + x_min.
Swap

Swaps two of the 3 coordinates.
Apply

Push this button to start the computation.
Commands:
Additional options can be accessed when typing in the console Isometry COMMAND_NAME.
verbose
Displays timing information after the computation. Retype to hide info.
create
Runs the computation. Returns the name of the output, so it can be used in a script, such as set RESULT [Isometry create].