Message 1 of 3
Trouble with Component Replace from an iPart to a regular Part. Mates blow up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am modifying an existing macro. In a nutshell, what it does is does is creates a copy of a part, creates a copy of that part's drawing and inserts the copy into that drawing, and does a Component Replace inside the active Assembly file when the macro was ran. In essence just creates a new Part file and Drawing file based off an existing Part file. Works great.
The issue now is that we moved on to using iParts. If I am looking to Replace an iPart with a normal version of itself (basically first deleting the iFactory before replacing) the mates blow up.
What should I try doing in my macro to preserve mates?