> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/dietrichs-intelligent-documentation/docs-de-en/2d-auxiliary-geometry/bemassungen/hohenkoten/hohenkote-erzeugen.md).

# Create elevation marker

The 'Create elevation label' function allows you to dimension the elevation of points. After invoking the function, a dialog box opens first in which you can make settings. All other settings are made beforehand via the dimension styles.

The following settings are available:

**Dimension style:** Here you can choose the dimension style with which the elevation label should be created.

**Color set**: Because the color of elevation labels often changes or differs from the dimension style, it can be specified here independently of the dimension style. If the color 'BY LAYER' is used, the elevation labels receive the color of the current layer (see example above). The option 'From dimension style' uses the color set in the dimension style selected above.\
With the button at the right edge of the field, you navigate to the dialog box where you can define your own color sets.

**Show triangle**: There are two representation styles for the triangle on the elevation marker:

> **unfilled**: The triangle consists only of the enclosing lines. (e.g., finished elevations)
>
> **filled**: The triangle is filled with the color of the elevation marker. (e.g., shell elevations)

**Show dimension guideline**: When the dimension guideline is displayed, a dashed line is drawn from the dimensioned point to the tip of the triangle.

**Create elevation label on**: Here you choose whether the elevation label should be created for the top or the bottom of an object. Accordingly, the tip of the elevation label then points upward or downward.

**Text before the measurement value**: Here you can set a prefix for the measurement value. This text is automatically inserted before the measurement value.

**Text after the measurement value**: Here you can enter a suffix for the measurement value. This text is automatically inserted after the measurement value.

**Additional text below the elevation marker**: Any additional text can be placed under the upper horizontal line of the elevation label (on which the elevation measurement is displayed). The upper line automatically extends so far that the additional text remains completely under the line.

After leaving the dialog box, you select the point whose elevation is to be dimensioned. The Y-coordinate of the clicked point is specified. With a 'Free coordinate system' you can manipulate this specification, since the dimensioning always occurs from the current origin. After clicking the point, you can move the elevation label. It always drops from the clicked point in the direction in which you move the elevation label. Another click places the elevation label. Using the right mouse button, you can automatically place the elevation label at the dimensioned point.

All input and snap functions are available for entering the elevation point for the elevation label.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dietrichs.com/dietrichs-intelligent-documentation/docs-de-en/2d-auxiliary-geometry/bemassungen/hohenkoten/hohenkote-erzeugen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
