Compare MaterialAsset in Library against active one in Document
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can I emulate the Update functionality for Styles and Standards in the Parts Environment in iLogic? In the Drawing Environment this was relatively easy. Purging in the Parts Enironment was also easy.
Why do I want this?
We have been using Inventor for almost 20 years. Over time, in addition to major changes in the Application itself, various style and template changes have also been implemented within our organization.
We are now in a transition from drawing-based to model-based working. By means of an iLogic rule triggered by the BeforeSave event, I now check whether each document meets certain requirements. If necessary, I will make changes or notify the user. These checks mainly concern names and settings for parameters and custom iProperties (necessary for the synchronization of data via Items to ERP).
The focus here is to only change as necessary and not simply overwrite with the same thing. So don't make it dirty unnecessarily.
As long as the execution time remains within limits, I will try to update some style things here and there (if applicable).
I was wondering if it is possible to compare material assets with each other. And thus possibly replace the active material in one document with that from a library.
René van der Starre