09-05-2019
11:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-05-2019
11:24 AM
You could make a iLogic rule that select the part you are editing. Then it gets highlighted with more contrast. but maby its inconvenient to run the rule each time.
try puting this rule in an external ilogic rule.
Dim aDoc as AssemblyDocument = ThisApplication.activedocument Dim occ as ComponentOccurrence = aDoc.ComponentDefinition.ActiveOccurrence If (occ IsNot Nothing) Then aDoc.SelectSet.Select(occ) End If
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com