extract_bill_of_materials
Extract a bill of materials from block insertions and attributes, converting placed blocks into rows and attribute tags into columns for ERP/PLM readiness. Optionally filter by block name.
Instructions
Extract a bill of materials from block insertions and their attributes.
Each placed block becomes a row and each attribute tag becomes a column, which
is the shape drawing data has to be in before it can reach an ERP or a PLM
record. Pass block to restrict the extract to one block name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| block | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| rows | Yes | ||
| row_count | Yes | ||
| attribute_columns | Yes |