16. 空间统计
16.1. @ShapeDifference
函数体: @ShapeDifference( Shape )
返回值:Shape
说明:按组别求多个图元的差集。
16.2. @ShapeDifference2
函数体: @ShapeDifference2( Shape )
返回值:Shape
说明:按组别求多个图元的差集,逆向。
16.3. @ShapeIntersection
函数体: @ShapeIntersection( Shape )
返回值:Shape
说明:按组别求多个图元的交集。
16.4. @ShapeSymmetricalDifference
函数体: @ShapeSymmetricalDifference( Shape )
返回值:Shape
说明:按组别求多个图元的异或集。
16.5. @ShapeUnion
函数体: @ShapeUnion( Shape )
返回值:Shape
说明:按组别求多个图元的并集。