Event Triggers Greyed out on .ipt

Event Triggers Greyed out on .ipt

mfoster9TD82
Advocate Advocate
282 Views
1 Reply
Message 1 of 2

Event Triggers Greyed out on .ipt

mfoster9TD82
Advocate
Advocate

Hi all,
I'm stumped on this one. A coworker sent me this .ipt because he couldn't get the event triggers to run. The Event Triggers button is greyed out like it would be on a Content Center part, but it isn't a Content Center part. It is a multi-bodied part but I don't know why you wouldn't be able to have event triggers on a milti-bodied .ipt. 

External iLogic rules can be run on the file if I right-click the rule and run it, the Event Triggers just seem to be disabled, and I can't add rules to the file, only externally.

Any ideas? I attached the problem file. 

Thanks

0 Likes
283 Views
1 Reply
Reply (1)
Message 2 of 2

Curtis_Waguespack
Consultant
Consultant

Hi @mfoster9TD82 

 

I think this was originally a CC part.

 

You can use this rule as an external rule to remove the CC properties, and then I think you will see all of the iLogic options become available. Note that you might or might not need to save and reopen the file after running the external rule on the file.

 

I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com

 

 

Try
	ThisApplication.ActiveDocument.PropertySets.Item("Content Library Component Properties").Delete
	MessageBox.Show("KA-POW!" & vbLf & "Content Library Component Properties smashed!", "iLogic")
Catch
End Try

Try
	ThisApplication.ActiveDocument.PropertySets.Item("ContentCenter").Delete
	MessageBox.Show("KA-POW!" & vbLf & "ContentCenter Properties smashed!", "iLogic")
Catch
End Try

EESignature

0 Likes