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

# Profile from CAD Face

> AI context for Profile from 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/profile-from-cad-face).

## Summary

This custom block takes a flat cad face and converts it to a profile.

## Package Details

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

***

This custom block takes a flat cad face and converts it to a profile.

## 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/profile-from-cad-face/`.

## Inputs

| Name            | Type       | Description                                              |
| --------------- | ---------- | -------------------------------------------------------- |
| `Flat CAD face` | brep\_face | Face that will become the profile                        |
| `Tolerance`     | Scalar     | Tolerance between created profile and original CAD face. |

## Outputs

| Name                  | Type         | Description                                                                                               |
| --------------------- | ------------ | --------------------------------------------------------------------------------------------------------- |
| `Profile of CAD Face` | new\_profile | Converts the CAD Face to an implicit and extracts the profile of the face from the location of the plane. |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/profile-from-cad-face](https://community.ntop.com/packages/ntop/profile-from-cad-face)
