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 [<mesh1> ... <meshN>]
  -h   -help           <n/a>     Print this help message.
  -xs  -excludeSelf    <n/a>     Do not return self intersections.
  -xo  -excludeOthers  <n/a>     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.