Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
VSValkyrie Savage27/02/2013
I'm trying to figure out if two components in my assembly intersect, and, if they do not, what is the distance between them. I have tried using swDoc.IClosestDistance(swComponent, otherSwComponent), but for example when I have one component contained in another one it still gives me a non-zero distance between them.
What is the usual way to check if components intersect?