-
Notifications
You must be signed in to change notification settings - Fork 1
bg_intersect
eoudejans edited this page Jul 24, 2024
·
16 revisions
Geometric functions bg_intersect
- bg_intersect(polygon_data_itemA, polygon_data_itemB)
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.
data items polygon_data_itemA and polygon_data_itemB.
The composition type of the arguments needs to be polygon. The domain unit of the arguments must match of be void.
15.4.0
parameter<fpoint> Intersected (poly) := bg_intersect(polygon_data_itemA, polygon_data_itemB);
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.