hi Stephen!

Sure, first loop through the bounding boxes, see if these intersect [
course solid-solid intersection ] than use something like GeomAPI_IntSS [
intersect surface surface ] or BRepClass3d_Intersector3d [ intersect with a
ray ] to further narrow things down.

Take care,

-jelle

On Fri, Mar 16, 2012 at 7:17 PM, Stephen Waterbury
<water...@pangalactic.us>wrote:

> Has anyone used PythonOCC to do interference checking?
> That is, to see if solids in an assembly "overlap", or
> have some area(s) where one shape "collides" or takes up
> part of another shape's space?  Can PythonOCC be used for
> this?
>
> Thanks!
> Steve
>
> ______________________________**_________________
> Pythonocc-users mailing list
> Pythonocc-users@gna.org
> https://mail.gna.org/listinfo/**pythonocc-users<https://mail.gna.org/listinfo/pythonocc-users>
>
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to