Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Are there any limitations known to "View.IsolateElementsTemporary Method "
my code:
for i in elements: elemId = i.Id ids.append(elemId) ids2 = List[ElementId](ids) selection = view.IsolateElementsTemporary(ids2)
my elements are nested curtain panels.
when i run my code with walls, it works perfectly
when it comes to nested panels i end up in an empty view
any solutions?
Solved! Go to Solution.