Tool Import Point Cloud from PTS File
Imports point cloud data from a PTS file.
- Author: O.Conrad (c) 2019
 
- Menu: File|Shapes|Import
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Output | Points | point cloud, output | POINTS | - | - | 
| Options | File | file path | FILENAME | - | - | 
 | Import RGB Values as... | choice | RGB | - | Available Choices: [0] separate values [1] single rgb-coded integer value Default: 1 | 
Command-line
Usage: saga_cmd io_shapes 23 [-FILENAME <str>] [-POINTS <str>] [-RGB <str>]
  -FILENAME:<str>	File
	file path
  -POINTS:<str>  	Points
	point cloud, output
  -RGB:<str>     	Import RGB Values as...
	choice
	Available Choices:
	[0] separate values
	[1] single rgb-coded integer value
	Default: 1