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

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

  <Card title="Component, Color" href="#component-color" />

  <Card title="Part, Color" href="#part-color" />
</CardGroup>

***

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

Extracts CAD Faces from a CAD Body based on color.

### Inputs

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

### Outputs

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

***

<h2 id="component-color">
  Component, Color
</h2>

Extracts CAD Faces from a Component based on color.

### Inputs

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

### Outputs

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

***

<h2 id="part-color">
  Part, Color
</h2>

Extracts CAD Faces from a Part based on color.

### Inputs

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

### Outputs

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