> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Slices to Point Data

Export slice data, as well as laser power and exposure time, to a CSV point file. Points are uniformly distributed along contour and hatch lines.

### Inputs

| Name               | Type                                                             | Description                                                    |
| ------------------ | ---------------------------------------------------------------- | -------------------------------------------------------------- |
| Path               | [Path](../../../../block-documentation/types/path)               | Path to export the CSV file to.                                |
| Slice stack        | [Slice Stack](../../../../block-documentation/types/slice-stack) | Slice stack with hatches to generate point data on.            |
| Hatch pt spacing   | [Scalar](../../../../block-documentation/types/scalar)           | Spacing between exposure points along hatch lines.             |
| Contour pt spacing | [Scalar](../../../../block-documentation/types/scalar)           | Spacing between exposure points along contour lines.           |
| Laser power        | [Integer](../../../../block-documentation/types/integer)         | Laser power in watts, constant for entire file.                |
| Exposure time      | [Integer](../../../../block-documentation/types/integer)         | Laser exposure time in microseconds, constant for entire file. |

### Outputs

| Type                                                                       |
| -------------------------------------------------------------------------- |
| [Slice point data](../../../../block-documentation/types/slice-point-data) |
