> ## 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.

# Slice Graph

## About this Block

The Slice Lattice block turns an unthickened graph lattice into a slice stack of points. The resolution of these points is determined by the Layer Height. If part of the body falls below the Origin or specified Frame, check Include Negative Z to slice the entire lattice. If no Frame is determined, the body will be sliced from the origin.

## Example File

Download Example: [Slice Lattice](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/SliceLattice.ntop)

*This file slices an unthickened graph lattice.*

![Slice Lattice](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/SliceLattice.png)

***

Slice a graph lattice into layers of points.

### Inputs

| Name               | Type                                                   | Description                                                                                                                                                                                      |
| ------------------ | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Graph              | [Graph](../../../../block-documentation/types/graph)   | Graph lattice to slice.                                                                                                                                                                          |
| Layer height       | [Scalar](../../../../block-documentation/types/scalar) | Spacing between slice layers.                                                                                                                                                                    |
| Include negative z | [Bool](../../../../block-documentation/types/bool)     | Option to include layers with negative Z values with respect to the frame, if any. By default, this block will slice only in the positive Z direction.                                           |
| Frame              | [Frame](../../../../block-documentation/types/frame)   | Frame to orient the slicing and act as the origin of the slice data. If no frame is provided, the slices are generated from the origin and parallel to the XY plane in the positive Z direction. |

### Outputs

| Type                                                             |
| ---------------------------------------------------------------- |
| [Slice Stack](../../../../block-documentation/types/slice-stack) |
