# Nurbs

Nurbs are features that generate 3D geometry from [splines](/depence-construction/depence-splines.md).

![Example of Nurbs](/files/zNSpYAqq9gexlMbJtBeb)

## Usage

To add a nurbs feature from the 3D Hierarchy, click on "Add" and select your feature:

![Nurbs features](/files/LsykuHlL5EYeg38PNSzq)

All nurbs features require a spline to generate 3D geometry. The [spline](/depence-construction/depence-splines.md) must be a child of the nurbs:

![Sweep Nurbs](/files/Llr8vDQniPeqcM0e2OlQ)

### Sweep nurbs

Sweep nurbs will create tubes around the [spline](/depence-construction/depence-splines.md):

![Sweep Nurbs - Settings](/files/aCto6i1YApjB6XY7iIAF)

Its radius can be adjusted through the dimension properties.

### Extrude nurbs

Extrude nurbs will extrude the [spline ](/depence-construction/depence-splines.md)vertically to generate a volume:

![Extrude nurbs - Settings](/files/1eIEcas8etj9rz9KI4Rl)

Its depth can be adjusted through the dimension properties.


---

# 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://help.depence.com/depence-construction/nurbs.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.
