Skip to main content

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 to true to use regular expressions, or false for simple string comparison.

Returns

  • Array<object> — Array of objects for each mesh that matches the search.