Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am trying to find the intersect element between the selected element with the link file element.
When running the [Current_document] with [Current_document_element]
FilteredElementCollector(Current_document)
everything is fine.
However running the [Link_document] with [Current_document_element]
FilteredElementCollector(Link_document)
nothing filters to result from the list
List<Element> resultele = new FilteredElementCollector(Link_document).WhereElementIsNotElementType().WherePasses(new ElementIntersectsElementFilter(Current_doc_element)).ToList();
I found this post on forums that says this is a software glitch.
I try to run on 2023 and 2021 and still get the same result.
thanks for any help
Solved! Go to Solution.