- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
As the title says, can I use a curve/line as the ElementFilter for WherePasses() in an FilteredElementCollector()? It seems like I can't. I've created an Outline from the start point and end point of the curve, then created a BoundingBoxIntersectsFilter from the Outline but no elements are returned. All elements are returned when WherePasses() is not used as per the expected behaviour so no issues there.
Context:
I am projecting a curve from a point of a certain length, and I want to retrieve elements (well, the first element) that the curve passes through. Is this possible using FilteredElementCollector or should I be using another technique?
I've attached a screenshot of a visualization using Dynamo to show what I'm trying to do...
Thanks!
Solved! Go to Solution.