> ## 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 by Name

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

  <Card title="Part, Text" href="#part-text" />
</CardGroup>

***

<h2 id="component-text">
  Component, Text
</h2>

Extracts CAD Bodies from a Component based on name.

### Inputs

| Name      | Type                                                         | Description                        |
| --------- | ------------------------------------------------------------ | ---------------------------------- |
| Component | [Component](../../../../block-documentation/types/component) | Component from which to get Bodies |
| Body name | [Text](../../../../block-documentation/types/text)           | Name of the CAD Bodies to get      |

### Outputs

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

***

<h2 id="part-text">
  Part, Text
</h2>

Extracts CAD Bodies from a Part based on name.

### Inputs

| Name      | Type                                               | Description                    |
| --------- | -------------------------------------------------- | ------------------------------ |
| Part      | [Part](../../../../block-documentation/types/part) | Part from which to get Bodies. |
| Body name | [Text](../../../../block-documentation/types/text) | Name of the CAD Bodies to get. |

### Outputs

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