> ## 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 Body to B&W Image Stack

<CardGroup cols={2}>
  <Card title="Path, Bool, Implicit Body, Scalar, Frame, Bounding Box, Integer, Integer, Grayscale Bits Enum, 2.0.0" href="#path-bool-implicit-body-scalar-frame-bounding-box-integer-integer-grayscale-bits-enum-200" />

  <Card title="Path, Bool, Implicit Body, Scalar, Frame, Bounding Box, Integer, Integer, Grayscale Bits Enum, Scalar" href="#path-bool-implicit-body-scalar-frame-bounding-box-integer-integer-grayscale-bits-enum-scalar" />
</CardGroup>

***

<h2 id="path-bool-implicit-body-scalar-frame-bounding-box-integer-integer-grayscale-bits-enum-200">
  Path, Bool, Implicit Body, Scalar, Frame, Bounding Box, Integer, Integer, Grayscale Bits Enum, 2.0.0
</h2>

Slices an implicit body and generate images for each slice in the stack.

### Inputs

| Name               | Type                                                                 | Description                                                            |
| ------------------ | -------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| Path               | [Path](../../../../block-documentation/types/path)                   | Path to zip file for exporting the image stack                         |
| Fill suffix        | [Bool](../../../../block-documentation/types/bool)                   | Enabling will fill the suffix with zeros based on the number of slices |
| Body               | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit body to slice.                                                |
| Layer height       | [Scalar](../../../../block-documentation/types/scalar)               | Spacing between slice layers.                                          |
| Frame              | [Frame](../../../../block-documentation/types/frame)                 | Manufacturing coordinate system that is placed on the build plate.     |
| Print volume       | [Bounding Box](../../../../block-documentation/types/bounding-box)   | Volume that encompasses the entire printable volume of the machine     |
| Image x resolution | [Integer](../../../../block-documentation/types/integer)             | Number of pixels in the X direction                                    |
| Image y resolution | [Integer](../../../../block-documentation/types/integer)             | Number of pixels in the Y direction                                    |
| Grayscale bits     | Grayscale Bits Enum                                                  | Number of bits per pixel of the output png                             |

### Outputs

| Type                                                                       |
| -------------------------------------------------------------------------- |
| [Slice Image Data](../../../../block-documentation/types/slice-image-data) |

***

<h2 id="path-bool-implicit-body-scalar-frame-bounding-box-integer-integer-grayscale-bits-enum-scalar">
  Path, Bool, Implicit Body, Scalar, Frame, Bounding Box, Integer, Integer, Grayscale Bits Enum, Scalar
</h2>

Slices an implicit body and generate images for each slice in the stack.

### Inputs

| Name               | Type                                                                 | Description                                                                                                                 |
| ------------------ | -------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Path               | [Path](../../../../block-documentation/types/path)                   | Path to zip file for exporting the image stack                                                                              |
| Fill suffix        | [Bool](../../../../block-documentation/types/bool)                   | Enabling will fill the suffix with zeros based on the number of slices                                                      |
| Implicit           | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit body to slice.                                                                                                     |
| Layer height       | [Scalar](../../../../block-documentation/types/scalar)               | Spacing between slice layers.                                                                                               |
| Frame              | [Frame](../../../../block-documentation/types/frame)                 | Manufacturing coordinate system that is placed on the build plate.                                                          |
| Print volume       | [Bounding Box](../../../../block-documentation/types/bounding-box)   | Volume that encompasses the entire printable volume of the machine                                                          |
| Image x resolution | [Integer](../../../../block-documentation/types/integer)             | Number of pixels in the X direction                                                                                         |
| Image y resolution | [Integer](../../../../block-documentation/types/integer)             | Number of pixels in the Y direction                                                                                         |
| Grayscale bits     | Grayscale Bits Enum                                                  | Number of bits per pixel of the output png                                                                                  |
| Feature size       | [Scalar](../../../../block-documentation/types/scalar)               | Minimum feature size to accurately capture details. Leaving this empty will sample at the pixel resolution specified above. |

### Outputs

| Type                                                                       |
| -------------------------------------------------------------------------- |
| [Slice Image Data](../../../../block-documentation/types/slice-image-data) |
