Module 12: First steps with shapes
Copy a shapes layer and move it to a new position.
(c) 2003 by Olaf Conrad, Goettingen
email: oconrad@gwdg.de
- Author: Copyrights (c) 2003 by Olaf Conrad
 
- Specification: grid
 
- Menu: Garden|Introducing Module Programming
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Input | Shapes (input) | INPUT | This must be your input data of type shapes. | - | 
| Output | Output | Shapes (output) | OUTPUT | This will contain your output data of type shapes. | - | 
| Options | Translation: X | Floating point | DX | - | Default: 10.000000 | 
 | Translation: Y | Floating point | DY | - | Default: 10.000000 | 
Command-line
Usage: saga_cmd garden_learn_to_program 11 [-INPUT <str>] [-OUTPUT <str>] [-DX <str>] [-DY <str>]
  -INPUT:<str> 	Input
	Shapes (input)
  -OUTPUT:<str>	Output
	Shapes (output)
  -DX:<str>    	Translation: X
	Floating point
	Default: 10.000000
  -DY:<str>    	Translation: Y
	Floating point
	Default: 10.000000