cadquery icon indicating copy to clipboard operation
cadquery copied to clipboard

Detection of collision with `Assembly`

Open lenianiva opened this issue 1 year ago • 1 comments

Is there a way to detect if the objects in an Assembly are colliding with each other?

lenianiva avatar Jun 19 '24 23:06 lenianiva

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.

lorenzncode avatar Jun 21 '24 17:06 lorenzncode