search3dAttributesEx
Use this method to search for 3D block attributes that match a specific search expression.
Syntax
RxCore.search3dAttributesEx(expr, useregexp)
Parameters
expr
: string — Search expression using "?" and "*" wildcard characters.useregexp
: boolean — Set totrue
to use regular expressions, orfalse
for simple string comparison.
Returns
Array<object>
— Array of objects for each mesh that matches the search.