Message 1 of 3
False Positive of FilteredElementCollector(doc, viewId)
Not applicable
09-11-2013
09:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
System Configuration: Revit 2013 on Win7 (64-bit)
I used
FilteredElementCollector(doc, viewId)
to get the elements shown on a view
but it returned an element (2nd duct in Fig. 2) that is in fact invisible on the view.
I ran the same code for the following two configurations. The result are the same.
Did I do something wrong on using the API?
Fig. 1
Fig. 2