- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all
I have a rule that is run from the top level assembly that transfers details from a form to all sub-assemblies and parts “Project Details”.
I then have an external rule that is set to trigger on an iProperty Change “Details” in every part and assembly. This rule checks to see if the model is an Assembly, Part, Sheet Metal or Drawing and performs certain things.
The issue I’m having it that when I run the “Project Details” from the top level assembly the “Details” rule in each Sheet metal part is only recognizing it as a part and not a sheet metal part. I think it has to do with the line.
If ThisApplication.ActiveDocument.SubType = "{9C464203-9BAE-11D3-8BAD-0060B0CE6BB4}" = True Then”
When I run the “Details” rule from the Sheet metal part itself it works correct.
How do I change this please?
I have included a sample of the rule and parts. All rules are set up as External rules. This sample transfers the Project iProperty to each part and then each part sets a custom iProperty based n type.
Donald
Inventor 2014
Solved! Go to Solution.