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

<CardGroup cols={2}>
  <Card title="CAD Body, Text, 5.20.0" href="#cad-body-text-5200" />

  <Card title="Component, Text, 5.20.0" href="#component-text-5200" />

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

***

<h2 id="cad-body-text-5200">
  CAD Body, Text, 5.20.0
</h2>

Extracts CAD Faces from a CAD Body based on name.

### Inputs

| Name | Type                                                       | Description                      |
| ---- | ---------------------------------------------------------- | -------------------------------- |
| Body | [CAD Body](../../../../block-documentation/types/cad-body) | CAD Body from which to get Faces |
| Name | [Text](../../../../block-documentation/types/text)         | Name of faces to get             |

### Outputs

| Type                                                            |
| --------------------------------------------------------------- |
| [CAD Face List](../../../../block-documentation/types/cad-face) |

***

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

Extracts CAD Faces from a Component based on name.

### Inputs

| Name      | Type                                                         | Description                       |
| --------- | ------------------------------------------------------------ | --------------------------------- |
| Component | [Component](../../../../block-documentation/types/component) | Component from which to get Faces |
| Name      | [Text](../../../../block-documentation/types/text)           | Name of faces to get              |

### Outputs

| Type                                                            |
| --------------------------------------------------------------- |
| [CAD Face List](../../../../block-documentation/types/cad-face) |

***

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

Extracts CAD Faces from a Part based on name.

### Inputs

| Name      | Type                                               | Description                   |
| --------- | -------------------------------------------------- | ----------------------------- |
| Part      | [Part](../../../../block-documentation/types/part) | Part from which to get Faces. |
| Face name | [Text](../../../../block-documentation/types/text) | Name of faces to get.         |

### Outputs

| Type                                                            |
| --------------------------------------------------------------- |
| [CAD Face List](../../../../block-documentation/types/cad-face) |
