Hi everyone,
I’m trying to filter a Civil 3D corridor’s solids by shape code and extract the total volume for each shape into an Excel sheet. I’ve attached an incomplete Dynamo script but need help modifying it to:
- Filter solids by shape code (e.g., “Ditch,” “Pavement”).
- Sum the volumes for each unique shape code.
- Export to Excel in a structured table (Shape Code | Total Volume).
Could someone review the script and suggest improvements or corrections? Any guidance would be greatly appreciated!
VOLUME EXTRACT_1.dyn (17.1 KB)