Skip to content

processing: Add extrude processing (Request in QGIS) #10909

@qgis-bot

Description

@qgis-bot

Request for documentation

From pull request qgis/QGIS#65757
Author: @ptitjano
QGIS version: 4.2

processing: Add extrude processing

PR Description:

Description

This processing algorithm generates a 3D extrusion from polygon features. SFCGAL backend is needed.

This algorithm generates 3D geometries by extruding 2D polygon features along a specified direction.
Each feature is displaced according to the X, Y, and Z extrusion parameters:
X and Y control the horizontal displacement, while Z controls the vertical elevation.
Setting only the Z parameter produces vertical extrusions, whereas combining X, Y, and Z
allows the creation of non-vertical extrusions.
For MultiPolygon geometries, each part is extruded separately, producing one output feature per part.
Output geometries are of type PolyhedralSurfaceZ, representing the extruded surface of each input feature.

Result

input 2D polygon

Capture d’écran du 2026-04-08 22-02-26

output 3d extruded polyhedralsurface

Capture d’écran du 2026-04-08 22-02-36

AI tool usage

No AI tool used

Funded by Stadt Frankfurt am Main

Commits tagged with [need-docs] or [FEATURE]

Metadata

Metadata

Assignees

No one assigned

    Labels

    4.2QGIS 4.2 new featuresProcessing Alg(Features of) An algorithm. Use the Help button in the application to find the page.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions