- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
According to the API documentation and preliminary testing this method wont find any references in linked Revit files.
So for example using the vector of a cable tray wont hit any linked walls...or so it seems.
But then why does it have a boolean property named "FindReferencesInRevitLinks".
Setting it "true" doesnt seem to make any difference.
ReferenceIntersector refIntersector = new ReferenceIntersector(intersectFilter, FindReferenceTarget.Face, view3D);
refIntersector.FindReferencesInRevitLinks = true;
IList<ReferenceWithContext> referencesWithContext = refIntersector.Find(startPoint, rayDirection);
Has anyone succeeded in getting linked references using this method ?
Solved! Go to Solution.
Link copied