# Extrusion Body

Volumes can now also be created in the combination elements using the extrusion function.

* The coordinate system of the volume is defined by 3 points. This determines the orientation of the coordinate system. It is then shifted so that the volume lies in its first octant.
* Two further points define the start and end point of the extrusion. This specifies both the extrusion direction and the extrusion length.
* The outer and inner polygons are described by any number of segments:
  * Each segment is defined by 2 points. These points do not have to be the start and end points of the final segment.
  * The order of the points is also arbitrary.
  * It should only be noted that the points of the first segment and the second point of the second segment determine the winding direction of the polygon. This in turn determines the orientation of the positive radius for the circular arcs.
* If the segment is to be an arc, a radius other than 0.0 is entered. A positive radius creates a circular arc with positive winding direction. The circular arc is placed through the two points.
* All segments, regardless of whether they are lines or circular arcs, are automatically connected by the function.
  * The segments are connected according to their input order.
  * The segments may overlap or be far apart from one another. The function operates as if the plane-program function "*Fillet*" had been used to select the segment at its center.
  * If the radius "*Fillet*" is equal to 0.0, a corner is created. If this radius is greater than 0.0, the corner is tangentially rounded with a corresponding circular arc.
* The identifier "*END*" is assigned to the last segment of a polygon. The next segment then marks the start of the next polygon. The first polygon is automatically the outer polygon; all further polygons are inner polygons and therefore form openings in the volume.
* The generated extrusion bodies can be punched out like components with layer polygons.
* As with other components, extrusion bodies can be further processed in connections, point symbols, and special operations. They are referenced using the identifier E; E1 is therefore the first extrusion body.
* After creation, the extrusion body can be assigned any number of free MOS.
* The free MOS are specified simply as text; multiple entries are separated by a tilde \~.


---

# 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://docs.dietrichs.com/dietrichs-intelligent-documentation/docs-de-en/combined-elements/create-edit-combined-elements/extrusion-body.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.
