This class is used to search scene graphs for specific nodes, nodes of a specific type, nodes with a specific name, or any combination of these. It can search for just the first or last node satisfying
the criteria or for all such nodes. The actions return paths to each node found.
Note that by default nodekits do not search their children when a search action is applied. The man page for
SoBaseKit discusses
the methods
SoBaseKit::isSearchingChildren() and
SoBaseKit::setSearchingChildren(), which allow you to query and control this behavior.