Anonymous
455 Views, 1 Reply
04-01-2021
02:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-01-2021
02:12 AM
Hi,
I have a created simple rule:
oViewRep = ThisApplication.ActiveDocument.ComponentDefinition.RepresentationsManager.ActiveDesignViewRepresentation.Name If oViewRep = "open" Then d21 = "840" d32 = "180" Else d21 = "0" d32 = "0" End If RuleParametersOutput() InventorVb.DocumentUpdate()
It work's fine but not triggered, when i change view representation in model view. Any ideas?
Solved! Go to Solution.