Message 1 of 1
4 fastener sets insert constraints to holes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Everyone
I have a code like this
Constraints.AddInsert("Insert:336", {"FS00025:9", "F011880.ipt:1"}, "Proxy:Edge0", "Bolting Plate:3", "Edge0", axesOpposed := True) Constraints.AddInsert("Insert:337", {"FS00025:10", "F011880.ipt:1"}, "Proxy:Edge0", "Bolting Plate:3", "Edge3", axesOpposed := True) Constraints.AddInsert("Insert:338", {"FS00025:11", "F011880.ipt:1"}, "Proxy:Edge0", "Bolting Plate:3", "Edge1", axesOpposed := True) Constraints.AddInsert("Insert:339", {"FS00025:12", "F011880.ipt:1"}, "Proxy:Edge0", "Bolting Plate:3", "Edge2", axesOpposed := True)
I have 6 Bolting Plates, and I want this code run automatically go through all of them.
Thanks in advance.