Scene.findAllLatticeSpacesByName¶
Summary¶
Scene.findAllLatticeSpacesByName() returns every attached lattice space whose name exactly matches the requested string.
Syntax¶
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
Yes | Exact space name to find. |
Returns¶
LatticeSpace[] - Matching spaces in insertion order; the array is empty when nothing matches.