Created by: portnov
Add "By bounding box" mode for "select mesh elements by location" node:
- If one point
(0, 0, 0)is passed, and Radius = 1, then the node will select all vertices that have-1 <= X <= 1,-1 <= Y <= 1,-1 <= Z <= 1. - If points
(0, 0, 0),(1, 2, 3)are passed, and Radius = 0.5, then the node will select all vertices that have-0.5 <= X <= 1.5,-0.5 <= Y <= 2.5,-0.5 <= Z <= 3.5.