Vertex Inspector
- Author: J. Spitzmüller © scilands GmbH 2024
- Menu: Shapes | Tools
Description
This interactive tool is designed to inspect and manipulate individual vertices of geometries. It allows users to select vertices on the map using a drag box. All vertices within the drag box are then sorted hierarchically by dataset, shape, and part, and the X, Y, Z and M (if available) values are displayed. The tool offers two access modes: read only and mutable. Read only offers a higher precision as the coordinates are rounded differently. Mutable changes the vertices in the input and creates no output. While the tool is running, the selected point is indicated by a rhombus on the current map
Parameters
| | Name | Type | Identifier | Description | Constraints |
| Input | Shapes | shapes list, input | SHAPES | - | - |
| Options | Access Mode | choice | READ_ONLY | - | Available Choices:
[0] Read Only
[1] Mutable
Default: 0 |
| Confirm Changes | boolean | CONFIRM | - | Default: 1 |
| Dataset | choice | DATASET | - | Available Choices:
Default: 0 |
| Shapes | choice | SHAPE | - | Available Choices:
Default: 0 |
| Parts | choice | PART | - | Available Choices:
Default: 0 |
| Points | choice | POINTS | - | Available Choices:
Default: 0 |
| X | floating point number | XD | - | Default: 0.000000 |
| Y | floating point number | YD | - | Default: 0.000000 |
| Z | floating point number | ZD | - | Default: 0.000000 |
| M | floating point number | MD | - | Default: 0.000000 |
| Table | static table | TABLE | - | 8 Fields:
- 1. [signed 4 byte integer] Dataset
- 2. [signed 4 byte integer] Shape
- 3. [signed 4 byte integer] Part
- 4. [signed 4 byte integer] Point
- 5. [string] X
- 6. [string] Y
- 7. [string] Z
- 8. [string] M
|
Command Line
Usage: saga_cmd shapes_tools 31 [-SHAPES ] [-READ_ONLY ] [-CONFIRM ] [-RESULT_DATASET ] [-RESULT_SHAPE ] [-RESULT_PART ] [-RESULT_POINTS ] [-RESULT_XD ] [-RESULT_YD ] [-RESULT_ZD ] [-RESULT_MD ] [-RESULT_TABLE ]
-SHAPES: Shapes
shapes list, input
-READ_ONLY: Access Mode
choice
Available Choices:
[0] Read Only
[1] Mutable
Default: 0
-CONFIRM: Confirm Changes
boolean
Default: 1
-RESULT_DATASET: Dataset
choice
Available Choices:
Default: 0
-RESULT_SHAPE: Shapes
choice
Available Choices:
Default: 0
-RESULT_PART: Parts
choice
Available Choices:
Default: 0
-RESULT_POINTS: Points
choice
Available Choices:
Default: 0
-RESULT_XD: X
floating point number
Default: 0.000000
-RESULT_YD: Y
floating point number
Default: 0.000000
-RESULT_ZD: Z
floating point number
Default: 0.000000
-RESULT_MD: M
floating point number
Default: 0.000000
-RESULT_TABLE: Table
static table
8 Fields:
- 1. [signed 4 byte integer] Dataset
- 2. [signed 4 byte integer] Shape
- 3. [signed 4 byte integer] Part
- 4. [signed 4 byte integer] Point
- 5. [string] X
- 6. [string] Y
- 7. [string] Z
- 8. [string] M