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

# Implicit Axis

> AI context for Implicit Axis. 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/implicit-axis).

## Summary

This custom block takes in an implicit and will output the axis for the part in either the U, V or W direction.

## Package Details

| Field            | Value                                                 |
| ---------------- | ----------------------------------------------------- |
| **ID**           | `implicit-axis`                                       |
| **Type**         | Block                                                 |
| **Author**       | nTop                                                  |
| **Version**      | 1.0.0                                                 |
| **nTop Version** | 5.44+                                                 |
| **Domain**       | Geometry                                              |
| **Complexity**   | Beginner                                              |
| **Tags**         | `implicit`, `axis`, `uvw`, `direction`, `orientation` |
| **License**      | MIT                                                   |
| **Verified**     | Yes                                                   |

***

This custom block takes in an implicit and will output the axis for the part in either the U, V or W direction.

## 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/implicit-axis/`.

## Inputs

| Name         | Type          | Description                                           |
| ------------ | ------------- | ----------------------------------------------------- |
| `Implicit`   | Implicit Body | The implicit body to reference for creating the axis. |
| `Along axis` | Choice        | The Axis direction                                    |

## Outputs

| Name   | Type | Description                                                   |
| ------ | ---- | ------------------------------------------------------------- |
| `Axis` | axis | Creating the Axis using the line segment length and direction |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/implicit-axis](https://community.ntop.com/packages/ntop/implicit-axis)
