blender_measure_surface_area
Calculate the total surface area of a mesh object, with optional per-material breakdown and world-space accuracy, to verify dimensions or estimate materials.
Instructions
Calculate total surface area of a mesh object, with optional per-material breakdown. Reports area in scene units squared (typically m^2). Supports local or world-space calculation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Name of the mesh object to measure | |
| world_space | No | If true, apply the object's world matrix so the area reflects actual scene-space size | |
| per_material | No | If true, return area breakdown grouped by material slot |