Skip to content
Shapemetry

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.

FunctionReturnsDescriptionArgTypeMeaning
Material.get(name)objectThe 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.namestringa materials[] name
Last updated: 📖 1 min readEdit on GitHub