.. _sec-zFindIntersections: zFindIntersections ^^^^^^^^^^^^^^^^^^ Find all the faces of the specified/selected meshes that intersect other faces in any of the meshes. The result is suitable for specifying a selection, as with ``select -r `zFindIntersections`;``. :: zFindIntersections [ ... ] -h -help Print this help message. -xs -excludeSelf Do not return self intersections. -xo -excludeOthers Do not return intersections between different meshes. Usage: Find all the faces of the specified/selected meshes that intersect other faces in any of the meshes. The intersecting faces are returned as selection strings. By default, zFindIntersections will find all intersections, but -xs and -xo can be used to exclude some of them. With both -xs and -xo, this command does nothing.