Skip to content

bg_intersect

mtbeek32 edited this page Jul 9, 2024 · 16 revisions

syntax

bg_intersect(polygon_data_itemA, polygon_data_itemB)

description

bg_intersect(polygon_data_itemA, polygon_data_itemB) results in a new multi polygon data item with the element by element intersection of the two polygon_data_itemA and polygon_data_itemB data items.

applies to

data items polygon_data_itemA and polygon_data_itemB.

conditions

The composition type of the arguments needs to be polygon. The domain unit of the arguments must match of be void.

since version

15.4.0

example

parameter Intersected (poly) := bg_intersect(polygon_data_itemA, polygon_data_itemB);

see also union_polygon (dissolve) add

Clone this wiki locally