cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Document & Visualize forum

Expression to return the volume of earth cut

Josh Verran
Expert

When documenting the earthworks on a project we draw two meshes.

One which is based on the original survey data, this mesh doesn't change through the life of the project.

The other is a copy of the original, which has all the solid operations etc.

Each has their own layer and relevant reno status.

Both have the same Classification as in that respect they are the same.

 

I can use a schedule to show the volume of both, then manually calculated the difference which is either the cut or fill volume. Can also export to excel, do the same, then import again.

 

What I want to achieve is a schedule that automatically displays the cut volume.

I have started to go down the path of expressions, however the expression is just a property assigned to an element, I don't know if/how you could even say property = the Net Volume of X, - the Net Volume of Y.

 

Any ideas?

 

Thanks in advance.

The below is a bad example of how it doesn't work.

 

Screenshot 2021-10-15 152323.pngScreenshot 2021-10-15 152714.png


GRAPHISOFT CERTIFIED ARCHICAD BIM MANAGER
ARCHICAD 18-26 | BIMcloud Basic | CI Tools | Grasshopper - Rhino | CloudCompare



5 REPLIES 5

Barry Kelly
Moderator

Unfortunately, the 2 meshes are not aware of each other, so you can't automatically get the volume of mesh X to use in the calculations of mesh Y.

You would have to manually enter the volume of the first mesh in a property for the second mesh.

Once you know the volume of the original site mesh, it should in theory never change.

So it should be safe to manually input that volume into the calculations for your other meshes.

 

Barry.


One of the forum moderators.
Versions 6.5 to 25
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision 3510 - i7 6820HQ @ 2.70GHz, 16GB RAM, AMD FirePro W5130M, Windows 10

Is it possible to add the volume as a figure in the 'Project Info' and then use that in the calculation formula for your other mesh?

I haven't tried, so I am not sure if the property expressions can get values from the project info.

 

Barry.


One of the forum moderators.
Versions 6.5 to 25
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision 3510 - i7 6820HQ @ 2.70GHz, 16GB RAM, AMD FirePro W5130M, Windows 10

JaseBee
Advocate

You can get volumes from the project info, it just comes in as a string and you have to convert it to a number (STRTONUM) and multiply it by a unit (* 1 m3), used to do a similar thing for site area/site cover with zones.

AC 24 5004 AUS
iMac OSX (10.13.6) 4.2ghz i7
8gb ram/8gb vram

Steve Jepson
Advisor

It's not too much trouble to just model the excavation, backfill, grading, paving... is it?   Then it is just a simple matter of Scheduling the volumes.  

ArchiCAD 25 6000 USA - Windows 10 Pro 64x - Dell 7720 64 GB 2400MHz ECC - Xeon E3 1535M v6 4.20GHz - (2) 1TB M.2 PCIe Class 50 SSD's - 17.3" UHD IPS (3840x2160) - Nvidia Quadro P5000 16GB GDDR5 - Maxwell Studio/Render 5.2.1.49- Multilight 2 - Adobe Acrobat Pro

poco2013
Advisor

Expressions are confined to the properties of the element to which they are assigned. You can not use properties of two different elements in one expression.

 

However, a Python script can access the Net Volume attribute of both Meshs and you could calculate the difference within that script. The script could them copy the net result into a user created property common to both meshes which would then also be available within a schedule..

 

The downside is that a Python script can only be manually initiated (update) but you could create a shortcut icon to trigger the script (and schedule) by a simple mouse click.

Gerry

Windows 10 - Visual Studio 2019; ArchiCAD 26

Start a new conversation!

Still looking?

Browse more topics

Back to forum

See latest solutions

Accepted solutions

Start a new discussion!