# create_3d_from_2d_model

Extrudes a 2D model to 3D.

## Parameters

None

## See also

- [extrude](/python/functions/model/extrude)
- [revolve_2d_to_3d](/python/functions/model/revolve_2d_to_3d)

## Examples

```python
model2d.create_3d_from_2d_model()
```
