Module: PointCloudToSpreadsheet ()

Description:

This is an experimental module from the Xtra Library: https://xtras.amira-avizo.com.

With this Python script-object you can convert a point-cloud object to a spreadsheet object.

It might be useful if you want to export e.g. the points' coordinates to some other software, because spreadsheets can be exported to ASCII, CSV, or XML formats. Or you might e.g. want to do statistics on the points' coordinates.

The point coordinates are written to the columns CenterX, CenterY, and CenterZ. If data-columns are existing in the point-cloud object, those are also copied to the spreadsheet.

Connect the script-object to the point-cloud object and press "Apply".

Connections:

Data [required]
Allowed data-sets are of type point-cloud (HxCluster).