Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, so I've used this a lot in the past, but from a part to another part inside an assembly.
Constraints.AddByiMates("Mate1", "Part1:1", "iMate:1", "Part2:1", "iMate:1")
Now, this is fairly simple and I like it. I've looked online and all I could find were paragraphs of VB code that are way too much for what I want.
I created an iMate in my assembly (connected to the origin XZ Plane) and I am trying to constrain, using the line above, a part's iMate to this assembly iMate. Is that possible?
Something like
Constraints.AddByiMates("Mate1", "Part1:1", "iMate:1", ThisAssembly, "iMate:1")
Thank you 🙂
-A
Solved! Go to Solution.