cadquery
cadquery copied to clipboard
Detection of collision with `Assembly`
Is there a way to detect if the objects in an Assembly are colliding with each other?
There is no constraint type currently that would detect this and also minimize the distance between objects.
You can manually check for intersection - see example of #1607.