Name

ST_Extrude — 표면을 관련 입체로 돌출시킵니다.

Synopsis

geometry ST_Extrude(geometry geom, float x, float y, float z);

설명

[Warning]

ST_Extrude is deprecated as of 3.5.0. Use CG_Extrude instead.

2.1.0 버전부터 사용할 수 있습니다.

This method needs SFCGAL backend.

This function supports 3d and will not drop the z-index.

This function supports Polyhedral surfaces.

This function supports Triangles and Triangulated Irregular Network Surfaces (TIN).