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

# Get CAD Bodies

<CardGroup cols={2}>
  <Card title="Component" href="#component" />

  <Card title="Part" href="#part" />
</CardGroup>

***

<h2 id="component">
  Component
</h2>

Extracts all CAD Bodies from a Component.

### Inputs

| Name      | Type                                                         | Description                         |
| --------- | ------------------------------------------------------------ | ----------------------------------- |
| Component | [Component](../../../../block-documentation/types/component) | Component from which to get bodies. |

### Outputs

| Type                                                            |
| --------------------------------------------------------------- |
| [CAD Body List](../../../../block-documentation/types/cad-body) |

***

<h2 id="part">
  Part
</h2>

Extracts all CAD Bodies from a Part.

### Inputs

| Name | Type                                               | Description                    |
| ---- | -------------------------------------------------- | ------------------------------ |
| Part | [Part](../../../../block-documentation/types/part) | Part from which to get bodies. |

### Outputs

| Type                                                            |
| --------------------------------------------------------------- |
| [CAD Body List](../../../../block-documentation/types/cad-body) |
