ST_3DIntersection — 执行 3D 相交
geometry ST_3DIntersection(
geometry geom1, geometry geom2)
;
ST_3DIntersection is deprecated as of 3.5.0. Use CG_3DIntersection instead. |
返回作为 geom1 和 geom2 之间共享部分的几何图形。
可用性:2.1.0
该方法需要SFCGAL后端。
该方法实现了SQL/MM规范。 SQL-MM IEC 13249-3: 5.1
该函数支持 3d 并且不会丢失 z-index。
该函数支持多面体曲面。
此函数支持三角形和不规则三角网面 (TIN)。