Tool Transform Point Cloud
The tool allows one to move, rotate and/or scale a point cloud.
- Author: V. Wichmann (c) 2010
- Menu: Shapes|Point Clouds|Tools
- WIKI: http://sourceforge.net/apps/trac/saga-gis/wiki/pointcloud_tools_8
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Input | Point Cloud, input | IN | The input point cloud. | - |
Output | Output | Point Cloud, output | OUT | The transformed output point cloud. | - |
Options | dX | Floating point | DX | The shift along the x-axis [map units]. | Default: 0.000000 |
dY | Floating point | DY | The shift along the y-axis [map units]. | Default: 0.000000 | |
dZ | Floating point | DZ | The shift along the z-axis [map units]. | Default: 0.000000 | |
Angle X | Floating point | ANGLEX | Angle in degrees, clockwise around x-axis. | Default: 0.000000 | |
Angle Y | Floating point | ANGLEY | Angle in degrees, clockwise around y-axis. | Default: 0.000000 | |
Angle Z | Floating point | ANGLEZ | Angle in degrees, clockwise around z-axis. | Default: 0.000000 | |
Scale Factor X | Floating point | SCALEX | The scale factor in x-direction. | Default: 1.000000 | |
Scale Factor Y | Floating point | SCALEY | The scale factor in y-direction. | Default: 1.000000 | |
Scale Factor Z | Floating point | SCALEZ | The scale factor in z-direction. | Default: 1.000000 | |
X | Floating point | ANCHORX | The x-coordinate of the anchor point. | Default: 0.000000 | |
Y | Floating point | ANCHORY | The y-coordinate of the anchor point. | Default: 0.000000 | |
Z | Floating point | ANCHORZ | The z-coordinate of the anchor point. | Default: 0.000000 |
Command-line
Usage: saga_cmd pointcloud_tools 8 [-IN <str>] [-OUT <str>] [-DX <double>] [-DY <double>] [-DZ <double>] [-ANGLEX <double>] [-ANGLEY <double>] [-ANGLEZ <double>] [-SCALEX <double>] [-SCALEY <double>] [-SCALEZ <double>] [-ANCHORX <double>] [-ANCHORY <double>] [-ANCHORZ <double>] -IN:<str> Input Point Cloud, input -OUT:<str> Output Point Cloud, output -DX:<double> dX Floating point Default: 0.000000 -DY:<double> dY Floating point Default: 0.000000 -DZ:<double> dZ Floating point Default: 0.000000 -ANGLEX:<double> Angle X Floating point Default: 0.000000 -ANGLEY:<double> Angle Y Floating point Default: 0.000000 -ANGLEZ:<double> Angle Z Floating point Default: 0.000000 -SCALEX:<double> Scale Factor X Floating point Default: 1.000000 -SCALEY:<double> Scale Factor Y Floating point Default: 1.000000 -SCALEZ:<double> Scale Factor Z Floating point Default: 1.000000 -ANCHORX:<double> X Floating point Default: 0.000000 -ANCHORY:<double> Y Floating point Default: 0.000000 -ANCHORZ:<double> Z Floating point Default: 0.000000