Criteria object for find node functions findChildNodes and findParentNode.All given properties must match for the criteria to pass.
has to match exactly
uses algorithm of Tags.MatchesQuery, in most cases this is just an exact string match check
Tags.MatchesQuery
has to be an object, filter passes if all property values of the given input object match the checked node
nodes type has to match (e.g. Mesh)
Optional
Generated using TypeDoc
Criteria object for find node functions findChildNodes and findParentNode.
All given properties must match for the criteria to pass.
Param
has to match exactly
Param
uses algorithm of
Tags.MatchesQuery, in most cases this is just an exact string match checkParam
has to be an object, filter passes if all property values of the given input object match the checked node
Param
nodes type has to match (e.g. Mesh)