Bill of Materials for Rhino

Hi Ryan,
Here is simple Py script that will write the block name, description, and counts to a CSV file.
It will work in Rhino 7 or 8, Windows or Mac.

export_block_counts2.zip (1.2 KB)

  1. Open Rhino.
  2. Type RunPythonScript and load export_block_counts.py
  3. It writes all blocks count and info to a CSV file with the file name and location that you specify.
  4. You can open it is Xcel to sort, format and run reports.

Command: RunPythonScript
Block counts exported to the file name and location that you specify.

Video here:


We have also logged wish: RH-78336/Enhanced-Block-Count
If you like the way this works or want it to work differently, start learning scripting here Scripting category on this Forum.

Sincerely,
Mary Ann Fugier

8 Likes