Anonymous
1103 Views, 9 Replies
10-10-2016
03:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-10-2016
03:02 AM
I'm trying to place a part in an assembly using the iLogic code below:
oOccEnumerator = oAsmCompDef.Occurrences.AddUsingiMates("filename", False)
It works well on most of my files but there's one in particular that has a composite iMate and a single iMate, because it requires constraining to two different parts. The code only generates one of these when executed.
Does anyone have experience with this or knows of an alternative solution?
Thanks!
Solved! Go to Solution.