# 3.9.4: Cull Curves

![Fig.3.9.4.1: A data tree of line segments thinned out based on their mutual distance](/files/-MCkEXnU7i5RrxNzbHKa)

Components like **“Line Results on Shells”** may result in a dense pattern of lines. The **“Cull Curves”**- component lets you thin out the line segments based on their mutual distance. The input at **“C”** expects a data tree, where each branch contains curve segments which make up a stream line. **“LDist”** sets the minimum distance of curve segments from different branches below which a curve segment gets removed. Proximity is determined on the basis of equidistant control points along the curve segments. By default three points are used per segment. The number of points can be set via the **“NSamples”**-input.

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


---

# 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.4-cull-curves.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.
