Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
455 Views, 1 Reply

iLogic View Representation update problem

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?