Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have one point.I want to find if any object is present in top half circular portion of radius 2 meters.
1.know that to find any obstacle we could use reference intersector.
So fire reference intersector in Z direction and if object is present then we can easily get using proximity.
IList<ReferenceWithContext> refs = intersector.Find(point, XYZ.BasisZ);
this will retain object of only in z direction.
2.if want to get objects in top half spehrical portion what could be good way?
thank you.
Solved! Go to Solution.