Message 1 of 17
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i want to get element with some specific distance from parent element.
.for that i am finding way to do it.
1.i have tried by getting location point of both element but it not work right.
2.now i am trying by bounding box of parent element
it is working but problem is it is working those elements which are very near to parent element.
for that i am trying to scale bounding box so all element nearby i should collect.
but it is not working right by using outline.scale() method.Because bounding box actual min,max point remain same.
and element getting are same after applying intersect filter(before and after using scale method).
could anyone suggest solution?
Solved! Go to Solution.