ana3AIMEC.aimecTools.findIntSectCoors
- findIntSectCoors(intersectionPoint, x, y, intPointsArray, pointTolerance)[source]
find in coordinate arrays (x, y) indices of points in intersectionPoints
- Parameters
intersectionPoint (shapely Point) – point where intersection is found
x, y (numpy nd array) – x, y coordinates of s,l coordinate system
intPointsArray (numpy nd array) – array with 1, 0 if point is intersecting
- Returns
intPointsArray – updated array with 1, 0 if point is intersecting
- Return type
numpy nd array