- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to make a tool that will help me place bolt assemblies quickly in batches instead of one at a time. My bolt assemblies contain 2 washers, a bolt, and a nut.
I want to be able to select an edge on the bolt assembly to constrain, as well as a group of edges on other objects I would like to constrain that assembly to. Once I find the assembly I want to place a new one for each edge in the group and then constrain them all together.
Right now I am using the Edge.Parent to find the surface body and SurfaceBody.Parent to find the washer part, but I need to find the assembly that the washer is a part of. I can make this a 2 selection solution by telling the user to select the assembly then the edge, but i always want to make things as simple as possible.
Solved! Go to Solution.