Model - Material functions
Every function callable as Material.* inside an expression — an argument input, a parameter binding, a table cell. Pure: no side effects, no async.
| Function | Returns | Description | Arg | Type | Meaning |
|---|---|---|---|---|---|
Material.get(name) | object | The resolved Material by name, or null. e.g. volume * Material.get('Oak').density. Wired in root/scene expressions, a sheet's flat operations and a component body — not in texture parameters or pages. | name | string | a materials[] name |