ST_3DDifference — 执行三维差异
geometry
ST_3DDifference
(
geometry
geom1
, geometry
geom2
)
;
返回geom1中不属于geom2的部分。
可用性:2.2.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).
3D图像是使用PostGIS生成的 ST_AsX3D 并使用以下命令在HTML中呈现 X3Dom HTML Java脚本渲染库 。
![]() 覆盖原始3D几何图形。Geom2是将被移除的部分。 |
![]() 移除geom2后还剩下什么 |