Use model.geom(<tag>).create(<ftag>,"Move") to move geometry objects.
Use model.geom(<tag>).create(<ftag>,"Copy") to move a copy of geometry objects.
Use model.geom(<tag>).feature(<ftag>).selection("input") to select the objects to move or copy. The default selection is empty.
If displ is a one-dimensional array, a single copy of each input object is created using the translation vector
displ. If
displ is a two-dimensional array, several copies can be created, where the
nth copy has translation
displ[i][n] in the
ith coordinate.