Export PTX Point Clouds

Exports one or more point clouds to an PTX 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

Boolean

Overwrite existing file?

Specify whether to replace the a file with the same name if it already exists.

3

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.