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

# Intersection Points

Returns a list of intersection points between a Curve and an Implicit Body.

### Inputs

| Name              | Type                                                                 | Description                                                                                                                                                                                  |
| ----------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Curve             | [Curve](../../../../block-documentation/types/curve)                 | Curve to intersect with the body.                                                                                                                                                            |
| Body              | [Implicit Body](../../../../block-documentation/types/implicit-body) | Body to intersect with the curve.                                                                                                                                                            |
| Min. feature size | [Scalar](../../../../block-documentation/types/scalar)               | Optional value to specify the approximate size of the smallest feature(s) on the implicit body to be detected along the curve. If not specified, a value is chosen based on the input curve. |

### Outputs

| Type                                                      |
| --------------------------------------------------------- |
| [Point List](../../../../block-documentation/types/point) |
