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

<CardGroup cols={2}>
  <Card title="CAD Body" href="#cad-body" />

  <Card title="Component" href="#component" />

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

***

<h2 id="cad-body">
  CAD Body
</h2>

Extract all CAD Faces from a CAD Body.

### Inputs

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

### Outputs

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

***

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

Extract all CAD Faces from a Part.

### Inputs

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

### Outputs

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

***

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

Extract all CAD Faces from a Part.

### Inputs

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

### Outputs

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