Message 1 of 7
Calculating excavation volume in multiple levels

Not applicable
04-24-2016
06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
assume we have a topography with 20m depth and sloped edges,
"Cut" parameter of element returnes total volume of excavation, but i need to know how much excavation is between 0 and 2 m depth, how much between 2 -4 m and so on;
as i figured out, topography elements consist of some mesh geometry, and there is no "Solid" to work with it's faces,
a possible solution is to create multiple virtual building pads, calculate their "Cut" parameter and roll back transaction each time, however, i didn't try this because i am looking for better solutions.
is there any way to accomplish this within revit api?