03-23-2022
01:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-23-2022
01:37 PM
You could create an external rule that defines what you need. Here is just an example. I created a simple rule called "push custom". Then in the manage tab > Ilogic Panel > event triggers, Set the rule to run "before save". When you click the save button, it runs, then saves. Does that help?
iProperties.Value("Custom", "property 1") = "whatever i need it to be" iProperties.Value("Custom", "property 2") = iProperties.Value("Project", "Part Number") InventorVb.DocumentUpdate() iLogicVb.UpdateWhenDone = True
Autodesk Certified Professional