(input-shape)=
# Geometry and shapes
The overall geometry and shape of a cross-section is defined by a series of base lines, forming the skeleton of it.
The basic geometric elements are points and lines.
The overall arrangement of the data is:
```xml
...
...
...
...
...
...
...
...
```
The root element is ``.
It can contain arbitrary number of `` and `` elements.
```{note} Note
The element name `` is still accepted as an alias of `` for backward compatibility, but `` is preferred in new inputs.
```
```{toctree}
:maxdepth: 2
:caption: Subtopics
shape-point
shape-line
```