get_model_summary
Retrieve aggregated element counts across the Archicad model. Optionally break down by layer and story for analysis. Returns counts only for reliable performance on large models.
Instructions
Aggregate element counts. by_type is always returned (cheap and safe). Set include_layer_story=true to also break down by layer and story, which reads a property across every element and is refused on very large models (can crash Archicad). Counts only, never element data. 'coverage' says what element_count spans: 'whole-plan' with the Tapir add-on, 'model-elements-only' without it (then it is NOT a project total).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | ||
| include_layer_story | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||