- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm busy with a script (VBA) that returns overlapping faces in an assembly.
I feel like I'm at 90%, but need the last details.
I pick a face using the Pick command. Then I select a component (also via Pick) and want to check all the faces from that componentoccurrence to the selected face if it has a match.
If I do this between parts, then I create a proxy body from the surface body via CreateGeometryProxy.
Then I can loop through all the faces in that proxy and compare them, this works.
But when I want to compare an assembly, I don't have immediate access to all the faces (at least I don't know how, that's the problem).
Should I run down to all components in that assembly and their bodies as well?
Or is there a way, to maybe create a transient body of the entire componentoccurence and then look at all those faces?
Thanks in advance
Solved! Go to Solution.