zFindVerticesByProximityΒΆ

Given a source/target pair of selected meshes, finds vertices on the source mesh that are within the given radius of the target mesh. The result is suitable for specifying a selection, as with select -r `zFindVerticesByProximity`;.

zFindVerticesByProximity [flags] [<mesh1> <mesh2>]
 -h   -help     <n/a>      this message
 -r   -radius   <float>    Is used to set the radius used for proximity detection.

Usage:
Select/specify a pair of meshes. The result contains the vertices of the first
mesh that are within the given radius of the second mesh. eg:
  zFindVerticesByProximity -r 0.5;
If the "-r" flag isn't used; a value of 0.25 is used as the default.