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

# Extrude Flat CAD Face

> AI context for Extrude Flat CAD Face. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/ntop/extrude-flat-cad-face).

## Summary

This custom block takes a flat cad face and will extrude it normal to the face.

## Package Details

| Field            | Value                                                |
| ---------------- | ---------------------------------------------------- |
| **ID**           | `extrude-flat-cad-face`                              |
| **Type**         | Block                                                |
| **Author**       | nTop                                                 |
| **Version**      | 1.0.0                                                |
| **nTop Version** | 5.44+                                                |
| **Domain**       | Geometry                                             |
| **Complexity**   | Beginner                                             |
| **Tags**         | `extrude`, `flat`, `cad`, `face`, `normal`, `planar` |
| **License**      | MIT                                                  |
| **Verified**     | Yes                                                  |

***

This custom block takes a flat cad face and will extrude it normal to the face.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/ntop/extrude-flat-cad-face/`.

## Inputs

| Name                 | Type       | Description                                   |
| -------------------- | ---------- | --------------------------------------------- |
| `Flat CAD Face`      | brep\_face | The CAD Face you want to extrude              |
| `Extrusion Distance` | Scalar     | The distance to extrude the face              |
| `Flip Direction`     | bool       | Option to flip the extrusion direction normal |

## Outputs

| Name              | Type          | Description                                                |
| ----------------- | ------------- | ---------------------------------------------------------- |
| `Final Extrusion` | Implicit Body | Extrudes the profile based on the input extrusion distance |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/extrude-flat-cad-face](https://community.ntop.com/packages/ntop/extrude-flat-cad-face)
