ST_3DIntersection — Representar intersecção 3D
geometry ST_3DIntersection(
geometry geom1, geometry geom2)
;
ST_3DIntersection is deprecated as of 3.5.0. Use CG_3DIntersection instead. |
Retorna uma geometria que é dividida entre geom1 e geom2
Disponibilidade: 2.1.0
This method needs SFCGAL backend.
This method implements the SQL/MM specification. SQL-MM IEC 13249-3: 5.1
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).