# 3.9.7: Line-Line Intersection

This component takes two lists of lines as input: "**Intersecting**" lines and lines "**ToIntersect**". It tests which of the lines in "**ToIntersect**" get intersected by lines in "**Intersecting**". Output-plug **“IP”** delivers a list of intersection points. **“LSS”** returns all the line-segments resulting from the intersection. There is a one-to-one correspondence between the list of input lines in "**ToIntersect**" and the data-tree branches with line-segments at **“LSS”**. The input-plug **“LDist”** sets the tolerance length in meter for finding intersections between lines that do not actually intersect. **“LDist”** is also the minimum length of segments at the ends of lines (e.g. at T-intersections). The component can deal with corner cases where intersecting line lie within lines to intersect or touch them (see fig. 3.9.7.1).

<figure><img src="/files/wLGMjh2SKuIgyXvlW0iC" alt=""><figcaption><p>Fig. 3.9.7.1: Intersection of sets of lines.</p></figcaption></figure>

{% file src="/files/jR22G1LzZcB6E9QfnvZT" %}

{% file src="/files/v7QgE1NUEG2lF8fA98FR" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.karamba3d.com/3-in-depth-component-reference/3.8-utilities/3.8.7-line-line-intersection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
