Anonymous
687 Views, 3 Replies
02-12-2015
06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-12-2015
06:20 AM
Hi all,
I am looking for help for the below requirement
I have few Inventor parts, using 'SaveCopyAs' command I am creating copy of all these files and saving it in separate folder.
I am looking for Rule that deletes all the Rules in the newly created Inventor part file (.ipt)
Any help will be greatly appreciated
Thanks
Rudresh
Solved! Go to Solution.
02-12-2015
06:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-12-2015
06:23 AM
Hi Rudresh,
You can do this manually with the below command
[image: Inline image 1]
Alternatively, here is a blog I wrote with an iLogic rule to delete all
rules in the active part (or assembly)
https://www.cadlinecommunity.co.uk/hc/en-us/articles/202020531-Inventor-2015-iLogic-Delete-All-iLogi...
Best regards,
Luke
You can do this manually with the below command
[image: Inline image 1]
Alternatively, here is a blog I wrote with an iLogic rule to delete all
rules in the active part (or assembly)
https://www.cadlinecommunity.co.uk/hc/en-us/articles/202020531-Inventor-2015-iLogic-Delete-All-iLogi...
Best regards,
Luke
02-12-2015
06:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-13-2015
03:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-13-2015
03:12 AM
Thanks Luke,
I used the Logic that you have refferred, had to change some lines. It worked fine..
Thanks
Rudresh