Finds DataObjects in a Data using a customized depth-first traversal.
Usually used to recursively find DataObjects of specific types within a hierarchy.
See @xeokit/sdk/data for usage.
The Data to search.
Search parameters.
A result indicating success or an error message on failure.
{ ok: true, value: undefined }
{ ok: false, error: string }
Finds DataObjects in a Data using a customized depth-first traversal.
Usually used to recursively find DataObjects of specific types within a hierarchy.
See @xeokit/sdk/data for usage.