Export ASCII Point Clouds

Exports one or more point clouds to an ASCII-formatted file.

 

Input Arguments

 

0

File Path or Embedded File

ASCII File Path

The path to the file to save.

1

Collection Object Name Ref List

Point Cloud List

A list of point clouds to export.

2

Export Delimeter Spec

Data Delimeter

A character separating data values. (Space or Comma).

3

Boolean

Overwrite existing file?

Specify whether to add the ASCII data to an exist

ing file, if itexists.

4

Boolean

Show Progress Dialog?

Specify whether a progress dialog should be shown as clouds are exported.

Return Arguments

None.

 

Returned Status

 

SUCCESS

The file was successfully exported.

FAILURE

The export file could not be written, or none of the provided point clouds could be found.

Remarks

This command supports both absolute paths (ex. C:\test.xit ) and relative paths (ex. .\test.xit ). If Argument 3 is set to FALSE, the specified file will not be written if it already exists.