| Tool Name | Export Point Cloud to Text File |
| Tool ID | 18 |
| Library ID | io_shapes |
| Version | 1.0 |
| Author(s) | V. Wichmann, LASERDATA GmbH (c) 2011 |
| Name | Type | Identifier | Description | Constraints |
|---|---|---|---|---|
| Input | ||||
| Point Cloud | point cloud, input | POINTS | The point cloud to export. | |
| Options | ||||
| Text File | file path | FILE | The file to write the point cloud to. | |
| Write Header | boolean | WRITE_HEADER | Write column names. | Default: 0 |
| Field Separator | choice | FIELDSEP | Field Separator | Available Choices: [0] tabulator [1] space [2] comma Default: 0 |
| Fields | text | FIELDS | The numbers (starting from 1) of the fields to export, separated by semicolon, e.g. "1;2;3;5" | |
| Precisions | text | PRECISIONS | The decimal precision to use for each field, separated by semicolon, e.g. "2;2;2;0" | |