Changes between Initial Version and Version 3 of Ticket #4867
- Timestamp:
- 03/04/21 08:27:59 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4867
- Property Summary topology.Overlap(TopoGeometry, TopoGeometry) → topology.InteriorIntersects(TopoGeometry, TopoGeometry)
-
Ticket #4867 – Description
initial v3 1 1 A function returning true if two TopoGeometry objects defined on the _same_ underlaying topology share at least a common element. 2 2 3 NOTE this is different from an && operator (#1290) in that the operator would be more for "intersect"3 NOTE this is different from an && operator (#1290)